forked from mirror/Part-DB.Part-DB-server
Fixed icon pathes in manifest files.
This commit is contained in:
parent
13742a9809
commit
8f288a9328
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/icons/mstile-150x150.png"/>
|
||||
<square150x150logo src="/icon/mstile-150x150.png"/>
|
||||
<TileColor>#00a300</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue