changed lines in manifest for subdomain

This commit is contained in:
chris 2022-09-22 21:18:08 -04:00
parent 2345bc2970
commit 5438593542

View File

@ -1,7 +1,7 @@
{ {
"name": "MTG Life Counter", "name": "MTG Life Counter",
"short_name": "MTG Life Counter", "short_name": "MTG Life Counter",
"start_url": "https://chrisedwards.tech/MTG" "start_url": "https://mtg.chrisedwards.tech/"
"icons": [ "icons": [
{ {
"src": "icons/android-chrome-192x192.png", "src": "icons/android-chrome-192x192.png",
@ -14,7 +14,7 @@
"type": "image/png" "type": "image/png"
} }
], ],
"theme_color": "#ffffff", "theme_color": "#4C633C",
"background_color": "#ffffff", "background_color": "#4C633C",
"display": "standalone" "display": "standalone"
} }