mirror of
https://github.com/koichixD/Quasar_Item_Editor.git
synced 2026-08-28 17:01:03 +00:00
23 lines
514 B
JSON
23 lines
514 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"dialog:allow-open",
|
|
{
|
|
"identifier": "opener:allow-open-url",
|
|
"allow": [{ "url": "https://werksfabrik.net" }]
|
|
},
|
|
"fs:allow-exists",
|
|
"fs:allow-read-text-file",
|
|
"fs:allow-write-text-file",
|
|
"fs:allow-copy-file",
|
|
{
|
|
"identifier": "fs:scope",
|
|
"allow": ["**"]
|
|
}
|
|
]
|
|
}
|