20 lines
425 B
JSON
20 lines
425 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
{
|
|
"identifier": "fs:allow-read",
|
|
"allow": [{ "path": "$HOME/**" }]
|
|
},
|
|
"core:default",
|
|
"shell:allow-open",
|
|
"log:default",
|
|
"fs:allow-home-read-recursive",
|
|
"fs:scope-home-recursive",
|
|
"fs:read-all"
|
|
]
|
|
}
|