Fixed icon pathes in manifest files.

This commit is contained in:
Jan Böhmer 2022-07-20 23:46:40 +02:00
parent 13742a9809
commit 8f288a9328
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/icons/mstile-150x150.png"/>
<square150x150logo src="/icon/mstile-150x150.png"/>
<TileColor>#00a300</TileColor>
</tile>
</msapplication>

View file

@ -8,11 +8,11 @@
"theme_color": "#ffffff",
"icons": [
{
"src": "/icons/android-chrome-192x192.png",
"src": "/icon/android-chrome-192x192.png",
"sizes": "192x192"
},
{
"src": "/icons/android-chrome-384x384.png",
"src": "/icon/android-chrome-384x384.png",
"sizes": "384x384"
}
]