Explorer
/opt/struktur/buzz/desktop/src-tauri/capabilities/default.json
← Zurück ↓ Download
{
  "$schema": "../gen/schemas/desktop-schema.json",
  "identifier": "default",
  "description": "Capability for the main window and trusted huddle companions",
  "windows": ["main", "huddle-*"],
  "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"
  ]
}