mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 14:55:43 +00:00
29 lines
743 B
JSON
29 lines
743 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2/capability.json",
|
|
"identifier": "default",
|
|
"description": "Default capabilities for Psysonic",
|
|
"platforms": ["linux", "macOS", "windows"],
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"shell:default",
|
|
"shell:allow-open",
|
|
"notification:default",
|
|
"global-shortcut:allow-register",
|
|
"global-shortcut:allow-unregister",
|
|
"store:default",
|
|
"store:allow-load",
|
|
"store:allow-set",
|
|
"store:allow-get",
|
|
"store:allow-save",
|
|
"dialog:default",
|
|
"dialog:allow-open",
|
|
"fs:default",
|
|
"fs:allow-write-file",
|
|
"fs:allow-mkdir",
|
|
"fs:scope-download-recursive",
|
|
"fs:scope-home-recursive",
|
|
"core:window:allow-set-title"
|
|
]
|
|
}
|