All checks were successful
Wire Electron/Tauri save-file IPC for desktop downloads and update the cinny submodule with username colors, release notes, and account profile layout fixes.
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
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",
|
|
"fs:default",
|
|
"fs:allow-write-file",
|
|
{
|
|
"identifier": "fs:scope",
|
|
"allow": [
|
|
{ "path": "$HOME/**" },
|
|
{ "path": "$DOWNLOAD/**" },
|
|
{ "path": "$DESKTOP/**" },
|
|
{ "path": "$DOCUMENT/**" }
|
|
]
|
|
},
|
|
"process:allow-restart",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{ "url": "https://api.telegram.org/**" }
|
|
]
|
|
}
|
|
]
|
|
}
|