crafty-4/app/frontend/templates/crafty.json
2023-03-05 21:00:09 -06:00

32 lines
918 B
JSON

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