moved manifest mtg

This commit is contained in:
chris 2022-09-22 15:28:37 -04:00
parent 18989cc662
commit 5449d366de
2 changed files with 21 additions and 2 deletions

View File

@ -3,12 +3,12 @@
"short_name": "MTG Life Counter",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}

19
MTG/site.webmanifest Normal file
View File

@ -0,0 +1,19 @@
{
"name": "MTG Life Counter",
"short_name": "MTG Life Counter",
"icons": [
{
"src": "icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}