mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-27 12:29:29 +00:00
67 lines
1.3 KiB
JSON
67 lines
1.3 KiB
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-start-dragging",
|
|
"opener:default",
|
|
"dialog:default",
|
|
"notification:default",
|
|
"notification:allow-is-permission-granted",
|
|
"shell:allow-execute",
|
|
"shell:allow-spawn",
|
|
{
|
|
"identifier": "shell:allow-execute",
|
|
"allow": [
|
|
{
|
|
"name": "yt-dlp",
|
|
"sidecar": true,
|
|
"args": true
|
|
},
|
|
{
|
|
"name": "aria2c",
|
|
"sidecar": true,
|
|
"args": true
|
|
},
|
|
{
|
|
"name": "ffmpeg",
|
|
"sidecar": true,
|
|
"args": true
|
|
},
|
|
{
|
|
"name": "deno",
|
|
"sidecar": true,
|
|
"args": true
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"identifier": "shell:allow-spawn",
|
|
"allow": [
|
|
{
|
|
"name": "yt-dlp",
|
|
"sidecar": true,
|
|
"args": true
|
|
},
|
|
{
|
|
"name": "aria2c",
|
|
"sidecar": true,
|
|
"args": true
|
|
},
|
|
{
|
|
"name": "ffmpeg",
|
|
"sidecar": true,
|
|
"args": true
|
|
},
|
|
{
|
|
"name": "deno",
|
|
"sidecar": true,
|
|
"args": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|