Apographe/src-tauri/capabilities/default.json

25 lines
No EOL
480 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",
"dialog:default"
]
}