18 lines
439 B
JSON
18 lines
439 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Default window capabilities",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"dialog:default",
|
|
"fs:default",
|
|
{
|
|
"identifier": "fs:scope",
|
|
"allow": [{ "path": "$HOME/**" }, { "path": "$DOCUMENT/**" }, { "path": "$DOWNLOAD/**" }]
|
|
},
|
|
"fs:allow-read-text-file",
|
|
"fs:allow-write-text-file"
|
|
]
|
|
}
|