Files
readest/apps/readest-app/src-tauri/capabilities/default.json
T
2024-10-12 19:51:09 +02:00

12 lines
207 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": [
"main"
],
"permissions": [
"core:default"
]
}