1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-27 12:15:30 +01:00
Files
frontend/cast/public/manifest.json
Paulus Schoutsen 2da844a1fb Home Assistant Cast
2019-08-04 22:25:43 -07:00

19 lines
444 B
JSON

{
"background_color": "#FFFFFF",
"description": "Show Home Assistant on your Chromecast or Google Assistant devices with a screen.",
"dir": "ltr",
"display": "standalone",
"icons": [
{
"src": "/images/ha-cast-icon.png",
"sizes": "512x512",
"type": "image/png"
}
],
"lang": "en-US",
"name": "Home Assistant Cast",
"short_name": "HA Cast",
"start_url": "/?homescreen=1",
"theme_color": "#03A9F4"
}