poe2-loot-filter-vue/src-tauri/capabilities/default.json
2025-01-03 13:06:53 +09:00

20 lines
518 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",
"allow": [{ "path": "$DOCUMENT/My Games/Path of Exile 2" }, { "path": "$DOCUMENT/My Games/Path of Exile 2/**" }]
},
{
"identifier": "fs:allow-write-text-file",
"allow": [ { "path": "$DOCUMENT/My Games/Path of Exile 2/*" }]
}
]
}