{ "$schema": "https://schemas.tauri.app/capabilities/2", "identifier": "desktop", "description": "Desktop-only capabilities (shell, notifications, OTA updater)", "platforms": ["linux", "macOS", "windows"], "windows": ["main", "compose-*"], "permissions": [ "shell:allow-open", "notification:default", "updater:default", "process:allow-restart" ] }