2022-08-04 23:45:44 +00:00
|
|
|
{
|
2022-08-07 17:23:45 +00:00
|
|
|
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
|
|
|
|
"short_name": "Crafty",
|
|
|
|
"name": "Crafty Controller 4",
|
2022-08-04 23:45:44 +00:00
|
|
|
"icons": [
|
|
|
|
{
|
2022-08-07 17:23:45 +00:00
|
|
|
"src": "../static/images/Crafty_4-0.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "192x192"
|
2022-08-04 23:45:44 +00:00
|
|
|
}
|
|
|
|
],
|
2022-08-07 17:23:45 +00:00
|
|
|
"start_url": "/public/login",
|
|
|
|
"background_color": "#3367D6",
|
|
|
|
"display": "fullscreen",
|
2022-08-04 23:45:44 +00:00
|
|
|
"scope": "/",
|
2022-08-07 17:23:45 +00:00
|
|
|
"theme_color": "#3367D6",
|
|
|
|
"shortcuts": [
|
|
|
|
{
|
|
|
|
"name": "Crafty Controller 4",
|
|
|
|
"short_name": "Crafty",
|
|
|
|
"description": "View weather information for today",
|
|
|
|
"url": "/panel/dashboard",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "../static/images/Crafty_4-0.png",
|
|
|
|
"sizes": "192x192"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Server Management Console/Wrapper"
|
2022-08-04 23:45:44 +00:00
|
|
|
}
|