This repository has been archived on 2026-04-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/packages/dashboard/manifest.json
Jeffrey Smith 8364440081 Changeset 0.31.1 (#204)
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com>
Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
2026-03-19 10:21:40 +00:00

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 }
]
}