mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
35 lines
No EOL
846 B
JSON
35 lines
No EOL
846 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "enables the default permissions",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"path:default",
|
|
"event:default",
|
|
"window:default",
|
|
"webview:default",
|
|
"app:default",
|
|
"resources:default",
|
|
"image:default",
|
|
"menu:default",
|
|
"tray:default",
|
|
"sql:allow-load",
|
|
"sql:allow-select",
|
|
"sql:allow-execute",
|
|
"autostart:allow-enable",
|
|
"autostart:allow-disable",
|
|
"autostart:allow-is-enabled",
|
|
"os:allow-os-type",
|
|
"app:allow-app-hide",
|
|
"app:allow-app-show",
|
|
"window:allow-hide",
|
|
"window:allow-show",
|
|
"window:allow-set-focus",
|
|
"window:allow-is-focused",
|
|
"window:allow-is-visible",
|
|
"clipboard-manager:allow-write-text",
|
|
"clipboard-manager:allow-write-image"
|
|
]
|
|
} |