2025-11-22 05:15:01 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
|
|
|
"identifier": "default",
|
|
|
|
|
"description": "Capability for the main window",
|
2025-12-12 08:59:18 +00:00
|
|
|
"windows": ["main"],
|
2025-12-05 20:39:49 +00:00
|
|
|
"permissions": [
|
|
|
|
|
"core:default",
|
|
|
|
|
"opener:default",
|
|
|
|
|
"core:window:allow-start-dragging",
|
2025-12-11 00:27:05 +00:00
|
|
|
"core:webview:allow-set-webview-zoom",
|
2025-12-05 20:39:49 +00:00
|
|
|
"shell:default",
|
|
|
|
|
"updater:default",
|
2025-12-09 09:16:24 +00:00
|
|
|
"dialog:default",
|
2025-12-12 08:58:37 +00:00
|
|
|
"process:default",
|
|
|
|
|
"store:default",
|
|
|
|
|
"window-state:default"
|
2025-12-05 20:39:49 +00:00
|
|
|
]
|
2025-11-22 05:15:01 +00:00
|
|
|
}
|