change favicon

This commit is contained in:
2019-02-23 20:50:36 +01:00
parent ba57642d24
commit f68a864b16
28 changed files with 398 additions and 21 deletions

View File

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