{ "$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://*" }, { "url": "http://*:*" }, { "url": "https://*" } ] }, { "identifier": "fs:allow-read-file", "allow": [{ "path": "**" }] }, "opener:default", "shell:allow-open" ] }