poe2-loot-filter-vue/src-tauri/capabilities/default.json
2025-01-05 15:14:40 +09:00

35 lines
809 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/*"
}
]
},
{
"identifier": "http:default",
"allow": [{ "url": "https://raw.githubusercontent.com/NeverSinkDev/NeverSink-PoE2litefilter/refs/heads/main/NeverSinks%20Litefilter.filter" }]
}
]
}