mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-24 21:40:48 +02:00
* feat(tests): add api e2e tests * lockfile * mobile * try linux fix [skip ci] * ios fix * fix test on windows * improve cache * fix pnpm audit [skip ci]
18 lines
542 B
JSON
18 lines
542 B
JSON
{
|
|
"$schema": "../gen/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",
|
|
"global-shortcut:allow-is-registered",
|
|
"window-state:default",
|
|
{ "identifier": "fs:allow-watch", "allow": ["*", "**/*"] }
|
|
]
|
|
}
|