main_web/MTG/site.webmanifest
2023-11-13 16:59:52 -05:00

21 lines
583 B
JSON
Executable File

{
"name": "MTG Life Counter",
"short_name": "MTG Life Counter",
"start_url": "https://mtg.chrisedwards.tech/",
"icons": [
{
"src": "https://dev.chrisedwards.tech/MTG/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://chrisedwards.tech/MTG/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#4C633C",
"background_color": "#4C633C",
"display": "standalone"
}