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