mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
32 lines
834 B
JSON
32 lines
834 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",
|
|
"core:window:allow-close",
|
|
"core:window:allow-hide",
|
|
"core:window:allow-show"
|
|
]
|
|
}
|