All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
17 lines
483 B
JSON
17 lines
483 B
JSON
{
|
|
"id": "dashboard",
|
|
"title": "Dashboard",
|
|
"type": "full",
|
|
"version": "0.31.1",
|
|
"tier": "browser",
|
|
"author": "Switchboard Core",
|
|
"icon": "📊",
|
|
"description": "Project dashboard exercising all SDK primitives (requires legacy sw.* SDK — dormant until rewritten)",
|
|
"requires": ["legacy-sdk"],
|
|
"route": "/s/dashboard",
|
|
"permissions": [],
|
|
"settings": [
|
|
{ "key": "refresh_interval", "label": "Auto-Refresh (seconds)", "type": "number", "default": 0 }
|
|
]
|
|
}
|