More adjustments

This commit is contained in:
Edin Dazdarevic
2017-12-13 12:50:26 +01:00
parent b8dc0f1df5
commit 1f624e6fdc
42 changed files with 618 additions and 469 deletions

18
manifest.json Normal file
View File

@@ -0,0 +1,18 @@
{
"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"
}