{ "$schema": "../gen/schemas/desktop-schema.json", "identifier": "default", "description": "Default capabilities for the OpenConcho desktop window", "windows": ["main"], "permissions": [ "core:default", { "identifier": "http:default", "allow": [ { "url": "http://localhost" }, { "url": "http://localhost:*" }, { "url": "http://127.0.0.1" }, { "url": "http://127.0.0.1:*" }, { "url": "https://*" }, { "url": "https://*:*" } ] }, "shell:allow-open", "deep-link:default" ] }