2019-08-23 13:39:42 +02:00
|
|
|
{
|
|
|
|
|
"name": "Home",
|
|
|
|
|
"short_name": "Home",
|
|
|
|
|
"description": "Smart Home interface in PWA",
|
|
|
|
|
"lang": "cs-CZ",
|
2020-02-18 21:30:44 +01:00
|
|
|
"start_url": "/vasek/home/",
|
|
|
|
|
"scope": "/vasek/home/",
|
2019-08-23 13:39:42 +02:00
|
|
|
"display": "fullscreen",
|
|
|
|
|
"orientation": "portrait",
|
|
|
|
|
"theme_color": "#182239",
|
|
|
|
|
"icons": [
|
|
|
|
|
{
|
2020-02-18 21:30:44 +01:00
|
|
|
"src": "/vasek/home/app/templates/images/icon-192x192.png",
|
2019-08-23 13:39:42 +02:00
|
|
|
"sizes": "192x192"
|
|
|
|
|
},
|
|
|
|
|
{
|
2020-02-18 21:30:44 +01:00
|
|
|
"src": "/vasek/home/app/templates/images/icon-512x512.png",
|
2019-08-23 13:39:42 +02:00
|
|
|
"sizes": "512x512"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"background_color": "#182239"
|
2020-02-18 21:30:44 +01:00
|
|
|
}
|