Update manifest and browserconfig to point correctly.

This commit is contained in:
Seraphim R. Pardee 2021-08-17 22:27:55 -04:00
parent 3ef99e1adc
commit 81eed35978
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<square150x150logo src="/img/mstile-150x150.png"/>
<TileColor>#8fbcbb</TileColor>
</tile>
</msapplication>

View File

@ -3,12 +3,12 @@
"short_name": "Seraphim R.P.",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "/img/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"src": "/img/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}