Juice/static/juice-manifest.webmanifest
2019-07-02 08:47:34 -04:00

22 lines
400 B
JSON

{
"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"
}
]
}