mirror of
https://github.com/lifegpc/garbro-rs.git
synced 2026-06-06 13:38:55 +08:00
25 lines
516 B
JSON
25 lines
516 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
"fs:default",
|
|
{
|
|
"identifier": "fs:allow-read",
|
|
"allow": [{ "path": "**" }]
|
|
},
|
|
{
|
|
"identifier": "fs:allow-write",
|
|
"allow": [{ "path": "**" }]
|
|
},
|
|
{
|
|
"identifier": "fs:allow-mkdir",
|
|
"allow": [{ "path": "**" }]
|
|
},
|
|
"fs:allow-exists"
|
|
]
|
|
}
|