bookmobile/src-tauri/capabilities/default.json
2025-02-18 00:30:30 -08:00

22 lines
573 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": [
"main"
],
"permissions": [
"core:default",
"os:default",
"core:resources:default",
"core:app:default",
"fs:default",
"fs:allow-app-write-recursive",
"fs:allow-appdata-write-recursive",
"fs:allow-applocaldata-write-recursive",
"fs:allow-read-text-file",
"fs:allow-resource-read-recursive",
"fs:allow-appconfig-read-recursive",
"fs:allow-appconfig-write-recursive"
]
}