mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-04 05:15:09 -04:00
19 lines
462 B
JSON
19 lines
462 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Default permissions for Spacedrive",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:event:allow-listen",
|
|
"core:event:allow-emit",
|
|
"core:window:allow-create",
|
|
"core:window:allow-close",
|
|
"core:window:allow-get-all-windows",
|
|
"core:webview:allow-create-webview-window",
|
|
"dialog:allow-open",
|
|
"dialog:allow-save",
|
|
"shell:allow-open"
|
|
]
|
|
}
|