Skip to main content

max / balanced_breakfast

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