{ "identifier": "main", "description": "permissions for desktop app", "local": true, "windows": ["main"], "permissions": [ "core:default", "core:window:allow-start-dragging", "core:window:allow-maximize", "http:default", "http:allow-fetch", "http:allow-fetch-cancel", "http:allow-fetch-read-body", "http:allow-fetch-send", { "identifier": "http:allow-fetch", "allow": [ { "url": "https://*" }, { "url": "http://*" } ] } ] }