27 lines
674 B
JSON
27 lines
674 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",
|
|
"dialog:default",
|
|
"process:allow-restart",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{ "url": "https://api.telegram.org/**" }
|
|
]
|
|
}
|
|
]
|
|
}
|