mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
Signed-off-by: Wes <wesbillman@users.noreply.github.com> Co-authored-by: Pinky <44b8e82baa6e0e254e0208d68f335c283c94e7b78dd1fa10d5a49d3f13dd0435@sprout-oss.stage.blox.sqprod.co>
32 lines
945 B
JSON
32 lines
945 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:webview:allow-set-webview-zoom",
|
|
"core:window:allow-set-badge-count",
|
|
"core:window:allow-set-badge-label",
|
|
"core:window:allow-request-user-attention",
|
|
"core:window:allow-set-focus",
|
|
"core:window:allow-start-dragging",
|
|
"core:window:allow-toggle-maximize",
|
|
"core:window:allow-unminimize",
|
|
"core:window:allow-show",
|
|
"core:window:allow-close",
|
|
"notification:default",
|
|
"opener:default",
|
|
"websocket:default",
|
|
"window-state:default",
|
|
"dialog:default",
|
|
"updater:allow-check",
|
|
"updater:allow-download",
|
|
"updater:allow-install",
|
|
"process:allow-restart",
|
|
"global-shortcut:allow-register",
|
|
"global-shortcut:allow-unregister",
|
|
"global-shortcut:allow-is-registered"
|
|
]
|
|
}
|