All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
14 lines
345 B
JSON
14 lines
345 B
JSON
{
|
|
"id": "hello-dashboard",
|
|
"icon": "👋",
|
|
"type": "surface",
|
|
"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."
|
|
}
|