mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
50 lines
1011 B
JSON
Executable File
50 lines
1011 B
JSON
Executable File
[
|
|
{
|
|
"id": "login",
|
|
"path": "/login",
|
|
"title": "Login",
|
|
"icon": "Login",
|
|
"useLayout": "login"
|
|
},
|
|
{
|
|
"id": "home",
|
|
"path": "/home",
|
|
"title": "Home",
|
|
"icon": "Home",
|
|
"reachable": true
|
|
},
|
|
{
|
|
"id": "saved",
|
|
"path": "/saved",
|
|
"title": "Saved",
|
|
"icon": "Archive",
|
|
"reachable": true
|
|
},
|
|
{
|
|
"id": "marketplace",
|
|
"path": "/marketplace",
|
|
"title": "Marketplace",
|
|
"icon": "Package",
|
|
"reachable": true
|
|
},
|
|
{
|
|
"id": "streams",
|
|
"path": "/streams",
|
|
"title": "Streams",
|
|
"icon": "Tv",
|
|
"reachable": true
|
|
},
|
|
{
|
|
"id": "streaming_control",
|
|
"path": "/streaming_control",
|
|
"title": "Streaming Control",
|
|
"icon": "Video"
|
|
},
|
|
{
|
|
"id": "groups",
|
|
"path": "/groups",
|
|
"title": "Groups",
|
|
"icon": "Users",
|
|
"reachable": true
|
|
}
|
|
] |