{ "$schema": "../gen/schemas/desktop-schema.json", "identifier": "default", "description": "enables the default permissions", "windows": [ "main" ], "permissions": [ "core:default", "http:default", { "identifier": "http:allow-fetch", "allow": [ { "url": "http://localhost:*" }, { "url": "http://127.0.0.1:*" }, { "url": "https://*" } ] }, { "identifier": "fs:allow-read-file", "allow": [{ "path": "**" }] } ] }