26 lines
650 B
JSON
26 lines
650 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Default capability set for the main window",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
{ "identifier": "core:default" },
|
|
{ "identifier": "dialog:default" },
|
|
{ "identifier": "dialog:allow-open" },
|
|
{ "identifier": "shell:default" },
|
|
{ "identifier": "shell:allow-open" },
|
|
{ "identifier": "shell:allow-execute" },
|
|
{ "identifier": "fs:default" },
|
|
{
|
|
"identifier": "fs:allow-read-dir",
|
|
"allow": ["**", "//**"]
|
|
},
|
|
{
|
|
"identifier": "fs:allow-read-file",
|
|
"allow": ["**", "//**"]
|
|
}
|
|
]
|
|
}
|