Files
litruv 7508ebacab
Some checks failed
Build / increment-version (push) Successful in 6s
Build / build-windows (push) Failing after 24s
Build / build-linux (push) Failing after 1m45s
Build / create-release (push) Has been skipped
feat: add default capabilities configuration and main entry point
2026-02-21 17:51:17 +11:00

30 lines
773 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default capability for all windows",
"windows": ["*"],
"platforms": ["linux", "windows", "macOS"],
"permissions": [
"core:default",
"core:webview:allow-internal-toggle-devtools",
"opener:default",
"opener:allow-open-url",
"opener:allow-default-urls",
"notification:default",
"notification:allow-register-listener",
"autostart:default",
"updater:default",
"updater:allow-check",
"updater:allow-download",
"updater:allow-download-and-install",
"dialog:default",
"process:allow-restart",
{
"identifier": "http:default",
"allow": [
{ "url": "https://api.telegram.org/**" }
]
}
]
}