thewh1teagle--vibe
112 行
2.7 KiB
JSON
112 行
2.7 KiB
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "default permissions",
|
|
"local": true,
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"http:default",
|
|
"http:allow-fetch",
|
|
"store:allow-set",
|
|
"store:allow-get",
|
|
"store:allow-has",
|
|
"store:allow-reset",
|
|
"store:allow-clear",
|
|
"store:allow-save",
|
|
"store:allow-load",
|
|
"store:allow-get-store",
|
|
"core:path:default",
|
|
"core:event:default",
|
|
"core:resources:default",
|
|
"core:menu:default",
|
|
"core:tray:default",
|
|
"fs:allow-remove",
|
|
"fs:allow-read-dir",
|
|
"fs:allow-read-text-file",
|
|
"fs:allow-app-write",
|
|
"os:allow-arch",
|
|
"os:allow-platform",
|
|
"os:allow-version",
|
|
"os:allow-os-type",
|
|
"os:allow-locale",
|
|
"core:window:default",
|
|
"core:window:allow-unminimize",
|
|
"core:window:allow-set-focus",
|
|
"core:window:allow-close",
|
|
"core:window:allow-destroy",
|
|
"core:window:allow-show",
|
|
"core:window:allow-is-visible",
|
|
"window-state:allow-restore-state",
|
|
"window-state:allow-save-window-state",
|
|
"core:webview:default",
|
|
"core:webview:allow-print",
|
|
"dialog:default",
|
|
"dialog:allow-open",
|
|
"dialog:allow-save",
|
|
"dialog:allow-ask",
|
|
"dialog:allow-message",
|
|
"process:allow-restart",
|
|
"aptabase:allow-track-event",
|
|
"core:app:default",
|
|
"core:app:allow-version",
|
|
"core:app:allow-name",
|
|
"updater:default",
|
|
"fs:default",
|
|
"fs:allow-exists",
|
|
"core:path:allow-basename",
|
|
"deep-link:allow-get-current",
|
|
"clipboard-manager:allow-write-text",
|
|
"global-shortcut:allow-register",
|
|
"global-shortcut:allow-unregister",
|
|
"global-shortcut:allow-is-registered",
|
|
"notification:default",
|
|
"notification:allow-notify",
|
|
"notification:allow-is-permission-granted",
|
|
"notification:allow-request-permission",
|
|
"notification:allow-permission-state",
|
|
{
|
|
"identifier": "fs:scope",
|
|
"allow": [
|
|
{
|
|
"path": "**",
|
|
"requireLiteralLeadingDot": false
|
|
},
|
|
{
|
|
"path": "$HOME/**",
|
|
"requireLiteralLeadingDot": false
|
|
},
|
|
{
|
|
"path": "$APPCONFIG/**",
|
|
"requireLiteralLeadingDot": false
|
|
},
|
|
{
|
|
"path": "$APPDATA/**",
|
|
"requireLiteralLeadingDot": false
|
|
},
|
|
{
|
|
"path": "$APPLOCALDATA/**",
|
|
"requireLiteralLeadingDot": false
|
|
},
|
|
{
|
|
"path": "$CONFIG/**",
|
|
"requireLiteralLeadingDot": false
|
|
},
|
|
{
|
|
"path": "$DATA/**",
|
|
"requireLiteralLeadingDot": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{
|
|
"url": "*://**:*/**"
|
|
}
|
|
]
|
|
},
|
|
"opener:default"
|
|
]
|
|
} |