Skip to main content

max / goingson

313 B · 12 lines History Blame Raw
1 {
2 "$schema": "https://schemas.tauri.app/capabilities/2",
3 "identifier": "desktop",
4 "description": "Desktop-only capabilities (shell, notifications)",
5 "platforms": ["linux", "macOS", "windows"],
6 "windows": ["main", "compose-*"],
7 "permissions": [
8 "shell:allow-open",
9 "notification:default"
10 ]
11 }
12