mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Add screenshot to manifest (#48475)
This commit is contained in:
parent
d8a4cf63f4
commit
cf6352e93c
@ -59,6 +59,13 @@ MANIFEST_JSON = {
|
|||||||
}
|
}
|
||||||
for size in (192, 384, 512, 1024)
|
for size in (192, 384, 512, 1024)
|
||||||
],
|
],
|
||||||
|
"screenshots": [
|
||||||
|
{
|
||||||
|
"src": "/static/images/screenshots/screenshot-1.png",
|
||||||
|
"sizes": "413×792",
|
||||||
|
"type": "image/png",
|
||||||
|
}
|
||||||
|
],
|
||||||
"lang": "en-US",
|
"lang": "en-US",
|
||||||
"name": "Home Assistant",
|
"name": "Home Assistant",
|
||||||
"short_name": "Assistant",
|
"short_name": "Assistant",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user