home-assistant.github.io/source/demo/manifest.json
2015-07-11 02:01:02 -07:00

14 lines
261 B
JSON

{
"name": "Home Assistant",
"short_name": "Assistant",
"start_url": "/demo/",
"display": "standalone",
"icons": [
{
"src": "\/static\/favicon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
}