{ "$schema": "../gen/schemas/desktop-schema.json", "identifier": "default", "description": "QRGen 默认权限", "windows": ["main"], "permissions": [ "core:default", "store:default", "dialog:default", "clipboard-manager:default", { "identifier": "fs:allow-write-file", "allow": [{ "path": "$HOME/**" }] }, { "identifier": "fs:allow-read-file", "allow": [{ "path": "$HOME/**" }, { "path": "$TEMP/**" }] } ] }