add favicons for everything

This commit is contained in:
Jakob Schrettenbrunner 2017-03-18 21:57:12 +01:00
parent 944f25e6e8
commit f410efa866
14 changed files with 543 additions and 0 deletions

View file

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