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>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
<square150x150logo src="/resources/liquid/favicons/mstile-150x150.png"/>
<TileColor>#000000</TileColor>
</tile>
</msapplication>
</browserconfig>

View File

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