mirror of
https://github.com/penxio/penx.git
synced 2026-01-13 23:48:18 -05:00
41 lines
914 B
JSON
41 lines
914 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
"dialog:allow-ask",
|
|
"dialog:allow-confirm",
|
|
"updater:default",
|
|
"updater:allow-check",
|
|
"dialog:default",
|
|
"process:default",
|
|
"process:allow-restart",
|
|
"fs:allow-app-write",
|
|
"fs:allow-app-write-recursive",
|
|
"fs:allow-document-write",
|
|
"fs:allow-document-write-recursive",
|
|
"fs:allow-write",
|
|
"fs:allow-read",
|
|
"fs:allow-read-dir",
|
|
"fs:allow-app-meta",
|
|
"fs:allow-app-meta-recursive",
|
|
"fs:allow-app-read",
|
|
"fs:allow-app-read-recursive",
|
|
"http:allow-fetch",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{
|
|
"url": "https://*"
|
|
},
|
|
{
|
|
"url": "http://*"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|