{ "$schema": "https://schemas.tauri.app/capabilities/2", "identifier": "desktop", "description": "Desktop-only capabilities (notifications, OTA updater). External URLs are opened via the validated open_external_url command, not a JS shell binding.", "platforms": ["linux", "macOS", "windows"], "windows": ["main", "compose-*"], "permissions": [ "notification:default", "updater:default", "process:allow-restart" ] }