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

12 lines
173 B
JSON

{
"identifier": "bw:fs",
"description": "bw fs",
"local": true,
"windows": [
"main"
],
"permissions": [
"fs:allow-write-file",
"fs:allow-write"
]
}