{ "$schema": "../gen/schemas/desktop-schema.json", "identifier": "default", "description": "Default permissions for ChatApp desktop windows.", "windows": ["main"], "permissions": [ "core:default", "notification:default", "notification:allow-notify", "notification:allow-is-permission-granted", "notification:allow-request-permission", "global-shortcut:allow-register", "global-shortcut:allow-unregister", "global-shortcut:allow-is-registered", "updater:allow-check", "updater:allow-download", "updater:allow-install", "updater:allow-download-and-install", "stronghold:default", "stronghold:allow-initialize", "stronghold:allow-load-client", "stronghold:allow-create-client", "stronghold:allow-save", "stronghold:allow-get-store-record", "stronghold:allow-save-store-record", "stronghold:allow-remove-store-record", "fs:default", "fs:allow-read-file", "fs:allow-write-file", "fs:allow-mkdir", "fs:allow-exists", "fs:allow-rename", "fs:allow-remove", { "identifier": "fs:scope", "allow": [ { "path": "$APPLOCALDATA/**" } ] } ] }