mirror of
https://github.com/SerTimBerrners-Lee/talkis.git
synced 2026-07-09 17:29:15 +00:00
34 lines
998 B
JSON
34 lines
998 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for all windows",
|
|
"windows": ["widget", "settings", "widget-notice"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-close",
|
|
"core:window:allow-minimize",
|
|
"core:window:allow-maximize",
|
|
"core:window:allow-toggle-maximize",
|
|
"core:window:allow-start-dragging",
|
|
"core:window:allow-set-focus",
|
|
"core:window:allow-set-position",
|
|
"core:window:allow-show",
|
|
"opener:default",
|
|
"dialog:default",
|
|
"store:allow-load",
|
|
"store:allow-get",
|
|
"store:allow-set",
|
|
"store:allow-save",
|
|
"store:allow-clear",
|
|
"store:allow-delete",
|
|
"clipboard-manager:allow-write-text",
|
|
"clipboard-manager:allow-read-text",
|
|
"deep-link:default",
|
|
"process:allow-restart",
|
|
"updater:allow-check",
|
|
"updater:allow-download-and-install",
|
|
"autostart:allow-enable",
|
|
"autostart:allow-disable",
|
|
"autostart:allow-is-enabled"
|
|
]
|
|
}
|