Files
khadhroony-bobobot/kb_app/capabilities/default.json
2026-04-22 19:04:22 +02:00

15 lines
312 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": [
"main",
"splash",
"demo_ws",
"demo_http"
],
"permissions": [
"core:default",
"tracing:default"
]
}