mirror of
https://github.com/readest/readest.git
synced 2026-04-29 20:10:55 +00:00
40 lines
No EOL
739 B
JSON
40 lines
No EOL
739 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": []
|
|
},
|
|
{
|
|
"identifier": "fs:allow-appdata-read",
|
|
"allow": [
|
|
{
|
|
"path": "$APPDATA/settings.json"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"identifier": "fs:allow-appdata-write",
|
|
"allow": [
|
|
{
|
|
"path": "$APPDATA/settings.json"
|
|
}
|
|
]
|
|
},
|
|
"dialog:default",
|
|
"os:default",
|
|
"http:default"
|
|
]
|
|
} |