2024-09-20 10:14:36 +08:00
|
|
|
{
|
|
|
|
|
"identifier": "desktop-capability",
|
2024-09-26 16:58:40 +08:00
|
|
|
"platforms": [
|
|
|
|
|
"macOS",
|
|
|
|
|
"windows",
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"windows": ["main"],
|
|
|
|
|
"permissions": [
|
|
|
|
|
"global-shortcut:default",
|
2024-11-11 17:17:08 +08:00
|
|
|
"store:default",
|
2024-09-26 16:58:40 +08:00
|
|
|
"store:allow-set",
|
2024-11-11 17:17:08 +08:00
|
|
|
"store:allow-get-store",
|
2024-09-26 16:58:40 +08:00
|
|
|
"store:allow-has",
|
|
|
|
|
"store:allow-delete",
|
|
|
|
|
"store:allow-clear",
|
|
|
|
|
"store:allow-values",
|
|
|
|
|
"store:allow-save",
|
|
|
|
|
"store:allow-load",
|
|
|
|
|
"store:allow-reset",
|
|
|
|
|
"store:allow-entries"
|
|
|
|
|
]
|
|
|
|
|
}
|