Add favicons to webclient

This commit is contained in:
2019-08-25 23:48:07 +00:00
parent b1275d9a27
commit 8eca354a47
14 changed files with 66 additions and 34 deletions

View File

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