Added manifest.json and serviceworker for more functioning webapps

This commit is contained in:
Kasper Rynning-Tønnesen
2016-04-27 00:25:48 +02:00
parent 503e2057ba
commit b76b56ba7a
8 changed files with 216 additions and 20 deletions

14
manifest.json Normal file
View File

@@ -0,0 +1,14 @@
{
"short_name": "Zöff",
"name": "Zöff",
"icons": [
{
"src": "static/images/144x144.png",
"sizes": "144x144",
"type": "image/png"
}
],
"start_url": "/",
"display": "standalone",
"orientation": "portrait"
}