2025-12-07 19:32:53 +02:00
|
|
|
{
|
|
|
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
|
|
|
"identifier": "default",
|
|
|
|
|
"description": "Default capabilities for OpenChamber desktop runtime",
|
2026-02-05 01:59:49 +02:00
|
|
|
"remote": {
|
|
|
|
|
"urls": [
|
|
|
|
|
"http://127.0.0.1:*/*",
|
|
|
|
|
"http://localhost:*/*",
|
|
|
|
|
"http://*",
|
|
|
|
|
"http://*/*",
|
|
|
|
|
"https://*",
|
|
|
|
|
"https://*/*"
|
|
|
|
|
]
|
|
|
|
|
},
|
2026-02-10 02:07:04 +02:00
|
|
|
"windows": ["main", "main-*"],
|
2025-12-07 19:32:53 +02:00
|
|
|
"permissions": [
|
|
|
|
|
"core:default",
|
|
|
|
|
"core:window:default",
|
|
|
|
|
"core:window:allow-close",
|
|
|
|
|
"core:window:allow-set-title",
|
|
|
|
|
"core:window:allow-set-size",
|
|
|
|
|
"core:window:allow-set-position",
|
|
|
|
|
"core:window:allow-start-dragging",
|
|
|
|
|
"core:webview:default",
|
|
|
|
|
"core:webview:allow-webview-close",
|
|
|
|
|
"shell:allow-open",
|
|
|
|
|
"shell:allow-execute",
|
|
|
|
|
"dialog:allow-open",
|
|
|
|
|
"dialog:allow-save",
|
|
|
|
|
"dialog:allow-message",
|
|
|
|
|
"dialog:allow-ask",
|
|
|
|
|
"dialog:allow-confirm",
|
|
|
|
|
"notification:default",
|
|
|
|
|
"notification:allow-is-permission-granted",
|
|
|
|
|
"notification:allow-request-permission",
|
|
|
|
|
"notification:allow-notify",
|
|
|
|
|
"updater:default",
|
|
|
|
|
"updater:allow-check",
|
2026-02-05 01:59:49 +02:00
|
|
|
"updater:allow-download-and-install"
|
2025-12-07 19:32:53 +02:00
|
|
|
]
|
|
|
|
|
}
|