History Clean Up

This commit is contained in:
JonatanRek
2019-08-23 13:39:42 +02:00
commit 8cf912993d
112 changed files with 11395 additions and 0 deletions

22
manifest.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "Home",
"short_name": "Home",
"description": "Smart Home interface in PWA",
"lang": "cs-CZ",
"start_url": "/vasek/home/",
"scope": "/vasek/home/",
"display": "fullscreen",
"orientation": "portrait",
"theme_color": "#182239",
"icons": [
{
"src": "/vasek/home/templates/images/icon-192x192.png",
"sizes": "192x192"
},
{
"src": "/vasek/home/templates/images/icon-512x512.png",
"sizes": "512x512"
}
],
"background_color": "#182239"
}