22 lines
400 B
Plaintext
22 lines
400 B
Plaintext
|
{
|
||
|
"name": "Juice",
|
||
|
"short_name": "Juice",
|
||
|
"start_url": "/juice",
|
||
|
"display": "standalone",
|
||
|
"background_color": "lightblue",
|
||
|
"theme_color": "lightblue",
|
||
|
"description": "An IOT hub.",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/static/orange-juice-144p.png",
|
||
|
"sizes": "144x144",
|
||
|
"type": "image/png"
|
||
|
},
|
||
|
{
|
||
|
"src": "/static/orange-juice-512p.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
]
|
||
|
}
|