2026-08-24 20:49:04 -08:00
|
|
|
{
|
|
|
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
|
|
|
"identifier": "default",
|
|
|
|
|
"description": "Default capability for the Quintodrome desktop window",
|
2026-08-25 04:03:31 -08:00
|
|
|
"windows": ["main"],
|
2026-08-25 05:03:07 -08:00
|
|
|
"permissions": ["core:default", "core:event:default", "shell:allow-open"],
|
2026-08-25 04:03:31 -08:00
|
|
|
"remote": {
|
|
|
|
|
"urls": ["http://127.0.0.1:4533", "http://localhost:4533"]
|
|
|
|
|
}
|
2026-08-24 20:49:04 -08:00
|
|
|
}
|