Files
cstb-next/src-tauri/capabilities/desktop.json
2024-11-11 17:17:08 +08:00

23 lines
452 B
JSON

{
"identifier": "desktop-capability",
"platforms": [
"macOS",
"windows",
"linux"
],
"windows": ["main"],
"permissions": [
"global-shortcut:default",
"store:default",
"store:allow-set",
"store:allow-get-store",
"store:allow-has",
"store:allow-delete",
"store:allow-clear",
"store:allow-values",
"store:allow-save",
"store:allow-load",
"store:allow-reset",
"store:allow-entries"
]
}