mirror of
https://github.com/LittleQuartZ/addmon.git
synced 2026-02-07 02:45:28 +07:00
24 lines
517 B
JSON
24 lines
517 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "enables the default permissions",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"axum:default",
|
|
"fs:default",
|
|
"dialog:default",
|
|
{
|
|
"identifier": "fs:allow-read-text-file",
|
|
"allow": [{ "path": "**/*" }]
|
|
},
|
|
{
|
|
"identifier": "fs:allow-exists",
|
|
"allow": [{ "path": "**/*" }]
|
|
},
|
|
{
|
|
"identifier": "dialog:allow-open",
|
|
"allow": [{}]
|
|
}
|
|
]
|
|
}
|