17 lines
402 B
JSON
17 lines
402 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Default permissions for OpenPylon",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
"dialog:default",
|
|
"shell:default",
|
|
"fs:default",
|
|
"fs:allow-appdata-read-recursive",
|
|
"fs:allow-appdata-write-recursive",
|
|
"fs:allow-appdata-meta-recursive"
|
|
]
|
|
}
|