21 lines
406 B
JSON
21 lines
406 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
"dialog:default",
|
|
"fs:default",
|
|
"fs:allow-read-dir",
|
|
"fs:allow-read-file",
|
|
{
|
|
"identifier": "fs:scope",
|
|
"allow": [
|
|
{ "path": "**" }
|
|
]
|
|
}
|
|
]
|
|
}
|