Files
cstb-next/src-tauri/capabilities/desktop.json
2025-03-14 19:10:29 +08:00

24 lines
473 B
JSON

{
"identifier": "desktop-capability",
"platforms": [
"macOS",
"windows",
"linux"
],
"windows": ["main"],
"permissions": [
"global-shortcut:default",
"theme: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"
]
}