mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-24 08:28:27 -04:00
64 lines
1.3 KiB
JSON
64 lines
1.3 KiB
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:app:default",
|
|
"core:event:default",
|
|
"core:image:default",
|
|
"core:menu:default",
|
|
"core:path:default",
|
|
"core:resources:default",
|
|
"core:window:default",
|
|
"core:tray:default",
|
|
"core:webview:default",
|
|
"shell:allow-open",
|
|
"dialog:allow-open",
|
|
"dialog:allow-save",
|
|
"dialog:allow-confirm",
|
|
"deep-link:default",
|
|
"os:allow-os-type",
|
|
"core:window:allow-close",
|
|
"core:window:allow-create",
|
|
"core:window:allow-maximize",
|
|
"core:window:allow-minimize",
|
|
"core:window:allow-toggle-maximize",
|
|
"core:window:allow-start-dragging",
|
|
"core:webview:allow-internal-toggle-devtools",
|
|
"cors-fetch:default",
|
|
"drag:default",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{
|
|
"url": "http://ipc.localhost"
|
|
},
|
|
{
|
|
"url": "http://asset.localhost"
|
|
},
|
|
{
|
|
"url": "http://localhost:8001"
|
|
},
|
|
{
|
|
"url": "http://tauri.localhost"
|
|
},
|
|
{
|
|
"url": "http://localhost:9420"
|
|
},
|
|
{
|
|
"url": "https://auth.spacedrive.com"
|
|
},
|
|
{
|
|
"url": "https://plausible.io"
|
|
},
|
|
{
|
|
"url": "http://localhost:3567"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|