bookmobile/src-tauri/capabilities/bw:scope-dl.json
2025-02-21 19:19:59 -08:00

22 lines
361 B
JSON

{
"identifier": "bw:scope-dl",
"description": "bw scope dl",
"local": true,
"windows": [
"main"
],
"permissions": [
{
"identifier": "fs:scope-download-recursive",
"allow": [
{
"path": ["$Download/**",
"$DOWNLOAD/**",
"$Download",
"$DOWNLOAD"
]
}
]
}
]
}