Decrease size of icon and add favicons

This commit is contained in:
2016-12-28 00:58:58 -08:00
parent 6a4740c855
commit 431c7beb38
16 changed files with 135 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "",
"icons": [
{
"src": "\/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image\/png"
},
{
"src": "\/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image\/png"
}
],
"theme_color": "#ffffff",
"display": "standalone"
}