{ "$schema": "../gen/schemas/desktop-schema.json", "identifier": "default", "description": "Capability for the main window", "windows": [ "main" ], "permissions": [ "core:default", "shell:allow-open", "fs:default", { "identifier": "fs:allow-exists", "allow": [ { "path": "$DOCUMENT/*" } ] }, { "identifier": "fs:allow-app-write-recursive", "allow": [ { "path": "$DOCUMENT/*" } ] }, "dialog:default" ] }