Skip to main content

max / goingson

442 B · 13 lines History Blame Raw
1 {
2 "$schema": "https://schemas.tauri.app/capabilities/2",
3 "identifier": "desktop",
4 "description": "Desktop-only capabilities (notifications, OTA updater). External URLs are opened via the validated open_external_url command, not a JS shell binding.",
5 "platforms": ["linux", "macOS", "windows"],
6 "windows": ["main", "compose-*"],
7 "permissions": [
8 "notification:default",
9 "updater:default",
10 "process:allow-restart"
11 ]
12 }
13