mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Make Android app shortcut use 'Home Assistant' as name instead of just 'Assistant'. (#8261)
This commit is contained in:
committed by
Fabian Affolter
parent
17237e9d3f
commit
0bcb7839fb
@@ -31,7 +31,7 @@ MANIFEST_JSON = {
|
|||||||
'icons': [],
|
'icons': [],
|
||||||
'lang': 'en-US',
|
'lang': 'en-US',
|
||||||
'name': 'Home Assistant',
|
'name': 'Home Assistant',
|
||||||
'short_name': 'Assistant',
|
'short_name': 'Home Assistant',
|
||||||
'start_url': '/',
|
'start_url': '/',
|
||||||
'theme_color': '#03A9F4'
|
'theme_color': '#03A9F4'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user