You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

31 lines
615 B

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": [
"main"
],
"permissions": [
"core:default",
"opener:default",
"dialog:default",
"fs:write-files",
"fs:allow-create",
"fs:allow-appdata-write",
"fs:allow-appdata-read",
"fs:allow-exists",
{
"identifier": "fs:scope",
"allow": [
{"path":"$DOCUMENT/**/*"},
{"path":"$DOCUMENT"},
{
"path": "$APPDATA"
},
{
"path": "$APPDATA/**/*"
}
]
}
]
}