Files
khadhroony-bot3/kb-app-demo-desktop/capabilities/default.json
2026-07-25 21:04:56 +02:00

20 lines
430 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default desktop demo capability",
"windows": [
"splash",
"main",
"demo_backfill",
"demo_http",
"demo_ws",
"demo_sql_diag",
"demo_sql_pg_raw",
"demo_sql_pg_core",
"demo_sql_replay_candidates"
],
"permissions": [
"core:default"
]
}