mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +00:00
Update short_name in web app manifest (#121223)
This commit is contained in:
parent
d5135d4956
commit
7d5341cab2
@ -189,7 +189,7 @@ MANIFEST_JSON = Manifest(
|
|||||||
],
|
],
|
||||||
"lang": "en-US",
|
"lang": "en-US",
|
||||||
"name": "Home Assistant",
|
"name": "Home Assistant",
|
||||||
"short_name": "Assistant",
|
"short_name": "Home Assistant",
|
||||||
"start_url": "/?homescreen=1",
|
"start_url": "/?homescreen=1",
|
||||||
"id": "/?homescreen=1",
|
"id": "/?homescreen=1",
|
||||||
"theme_color": DEFAULT_THEME_COLOR,
|
"theme_color": DEFAULT_THEME_COLOR,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user