mirror of
https://github.com/readest/readest.git
synced 2026-04-28 19:42:21 +00:00
21 lines
No EOL
386 B
JSON
21 lines
No EOL
386 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": []
|
|
}
|
|
]
|
|
} |