Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
15 lines
380 B
JSON
15 lines
380 B
JSON
{
|
|
"id": "dashboard",
|
|
"title": "Dashboard",
|
|
"type": "full",
|
|
"version": "0.31.1",
|
|
"tier": "browser",
|
|
"author": "Chat Switchboard",
|
|
"description": "Project dashboard exercising all SDK primitives",
|
|
"route": "/s/dashboard",
|
|
"permissions": [],
|
|
"settings": [
|
|
{ "key": "refresh_interval", "label": "Auto-Refresh (seconds)", "type": "number", "default": 0 }
|
|
]
|
|
}
|