mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
16 lines
387 B
Plaintext
16 lines
387 B
Plaintext
|
{
|
||
|
"background_color": "purple",
|
||
|
"description": "Server management control.",
|
||
|
"display": "fullscreen",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "../static/assets/images/Crafty_4-0.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "icon/png"
|
||
|
}
|
||
|
],
|
||
|
"scope": "/",
|
||
|
"name": "Crafty 4",
|
||
|
"short_name": "Crafty",
|
||
|
"start_url": "/panel/dashboard"
|
||
|
}
|