16 lines
353 B
JSON
16 lines
353 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "enables the default permissions",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:default",
|
|
"fs:default",
|
|
{
|
|
"identifier": "fs:allow-write-text-file",
|
|
"allow": [{ "path": "$DOCUMENT/My Games/Path of Exile 2/*" }]
|
|
}
|
|
]
|
|
} |