Correcting favicon paths and color.

This commit is contained in:
softsimon 2021-08-05 19:25:13 +03:00
parent e00e61edfa
commit e1f07884b9
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
2 changed files with 8 additions and 8 deletions

View File

@ -2,8 +2,8 @@
<browserconfig> <browserconfig>
<msapplication> <msapplication>
<tile> <tile>
<square150x150logo src="/mstile-150x150.png"/> <square150x150logo src="/resources/liquid/favicons/mstile-150x150.png"/>
<TileColor>#da532c</TileColor> <TileColor>#000000</TileColor>
</tile> </tile>
</msapplication> </msapplication>
</browserconfig> </browserconfig>

View File

@ -1,19 +1,19 @@
{ {
"name": "", "name": "liquid.network",
"short_name": "", "short_name": "liquid.network",
"icons": [ "icons": [
{ {
"src": "/android-chrome-192x192.png", "src": "/resources//liquid/favicons/android-chrome-192x192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png" "type": "image/png"
}, },
{ {
"src": "/android-chrome-512x512.png", "src": "/resources/liquid/favicons//android-chrome-512x512.png",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png" "type": "image/png"
} }
], ],
"theme_color": "#ffffff", "theme_color": "#000000",
"background_color": "#ffffff", "background_color": "#000000",
"display": "standalone" "display": "standalone"
} }