Files
khadhroony-bot3/kb-app-demo-desktop/capabilities/default.json
2026-08-11 22:22:40 +02:00

27 lines
669 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default desktop demo capability",
"windows": [
"splash",
"main",
"demo_config",
"demo_wallet",
"demo_http",
"demo_ws",
"demo_backfill",
"demo_core_extraction",
"demo_decode_replay",
"demo_store_diag",
"demo_store_raw",
"demo_store_core",
"demo_store_replay_candidates",
"demo_execution_solana_core",
"demo_execution_spl",
"demo_execution_metadata"
],
"permissions": [
"core:default",
"tracing:default"
]
}