mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
d198c01486
Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
15 lines
402 B
JSON
15 lines
402 B
JSON
{
|
|
"$schema": "./schemas/desktop-schema.json",
|
|
"identifier": "run-app-desktop",
|
|
"description": "Permissions to run the app (desktop only)",
|
|
"windows": ["main"],
|
|
"platforms": ["linux", "macOS", "windows"],
|
|
"permissions": [
|
|
"cli:default",
|
|
"updater:default",
|
|
"global-shortcut:allow-unregister",
|
|
"global-shortcut:allow-register",
|
|
"global-shortcut:allow-unregister-all"
|
|
]
|
|
}
|