Update short_name in web app manifest (#121223)

This commit is contained in:
Patrick Koenig 2024-07-04 12:55:30 -04:00 committed by GitHub
parent d5135d4956
commit 7d5341cab2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,