38 lines
920 B
JSON
38 lines
920 B
JSON
{
|
|
"background_color": "#FFFFFF",
|
|
"description": "Home automation platform that puts local control and privacy first.",
|
|
"dir": "ltr",
|
|
"display": "standalone",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icons/favicon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
},
|
|
{
|
|
"src": "/static/icons/favicon-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
},
|
|
{
|
|
"src": "/static/icons/favicon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
},
|
|
{
|
|
"src": "/static/icons/favicon-1024x1024.png",
|
|
"sizes": "1024x1024",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
}
|
|
],
|
|
"lang": "en-US",
|
|
"name": "Home Assistant Demo",
|
|
"short_name": "HA Demo",
|
|
"start_url": "/?homescreen=1",
|
|
"theme_color": "#03A9F4"
|
|
}
|