fqdn m=for MTG manifest

This commit is contained in:
chris 2022-09-25 11:07:59 -04:00
parent 5a35c54b84
commit e786af20e8
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
{ {
"liveServer.settings.port": 5501 "liveServer.settings.port": 5502
} }

View File

@ -4,12 +4,12 @@
"start_url": "https://mtg.chrisedwards.tech/", "start_url": "https://mtg.chrisedwards.tech/",
"icons": [ "icons": [
{ {
"src": "icons/android-chrome-192x192.png", "src": "https://dev.chrisedwards.tech/MTG/icons/android-chrome-192x192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png" "type": "image/png"
}, },
{ {
"src": "icons/android-chrome-512x512.png", "src": "https://chrisedwards.tech/MTG/icons/android-chrome-512x512.png",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png" "type": "image/png"
} }