{ "$schema": "../gen/schemas/desktop-schema.json", "identifier": "default", "description": "Capability for the main window", "windows": ["main"], "permissions": [ "core:default", "opener:default", "updater:default", "process:default", { "identifier": "http:default", "allow": [ { "url": "https://nostr.build/**" } ] }, "dialog:default", { "identifier": "fs:allow-read-file", "allow": [ { "path": "**" } ] } ] }