{
    "$schema": "https://schema.tauri.app/config/2/capability.json",
    "identifier": "default",
    "description": "Default capability for ShowRunner",
    "windows": ["main", "recording-overlay", "region-selector"],
    "permissions": [
        "core:default",
        "core:window:allow-show",
        "core:window:allow-hide",
        "core:window:allow-set-focus",
        "core:window:allow-close",
        "core:window:allow-start-dragging",
        "shell:allow-spawn",
        "shell:allow-execute",
        "fs:default",
        "fs:allow-exists",
        "fs:allow-read",
        "fs:allow-read-text-file",
        "fs:allow-app-read-recursive",
        "dialog:default",
        "global-shortcut:allow-register",
        "global-shortcut:allow-unregister",
        "global-shortcut:allow-is-registered"
    ]
}
