Added favicon and other CSS fixes (color, header padding)

This commit is contained in:
=
2019-10-17 06:05:18 -07:00
parent 9341b72f6f
commit 5c8fe05e36
15 changed files with 279 additions and 33 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": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}