12 lines
306 B
JSON
12 lines
306 B
JSON
{
|
|
"id": "hello-dashboard",
|
|
"title": "Hello Dashboard",
|
|
"route": "/s/hello-dashboard",
|
|
"auth": "authenticated",
|
|
"layout": "single",
|
|
"components": [],
|
|
"hooks": ["surface"],
|
|
"version": "0.1.0",
|
|
"description": "Sample extension surface — verifies the /s/:slug pipeline works end-to-end."
|
|
}
|