This commit is contained in:
2026-07-23 16:37:12 +02:00
parent 99c345f2f2
commit 0da75c1311
2159 changed files with 230833 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for app",
"windows": [
"splash",
"main",
"demo_config",
"demo_http",
"demo_ws",
"demo_backfill",
"demo_core_extraction",
"demo_execution_solana_core",
"demo_decode_replay",
"demo_sql_diag",
"demo_sql_pg_raw",
"demo_sql_pg_core",
"demo_sql_replay_candidates",
"demo_execution_spl"
],
"permissions": [
"core:default",
"tracing:default"
]
}