PHP_SMART_HOME_V3/manifest.json

23 lines
468 B
JSON
Raw Normal View History

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