mirror of
https://github.com/readest/readest.git
synced 2026-04-30 04:20:53 +00:00
22 lines
No EOL
408 B
JSON
22 lines
No EOL
408 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "enables the default permissions",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:default",
|
|
"fs:default",
|
|
{
|
|
"identifier": "fs:scope-document-recursive",
|
|
"allow": [
|
|
{
|
|
"path": "$DOCUMENT/**/*"
|
|
}
|
|
],
|
|
"deny": []
|
|
},
|
|
"dialog:default"
|
|
]
|
|
} |