Update favicons

This commit is contained in:
JonnyWong16
2017-12-19 21:29:07 -08:00
parent a9e24bc0c5
commit 23486ff235
26 changed files with 20 additions and 113 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "Tautulli",
"icons": [
{
"src": "${http_root}images/favicon/android-chrome-192x192.png?v=2.0.1",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "${http_root}images/favicon/android-chrome-256x256.png?v=2.0.1",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#282a2d",
"background_color": "#282a2d",
"display": "standalone"
}