mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
20 lines
425 B
JSON
20 lines
425 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Allow launching suwayomi-server sidecar",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"shell:allow-open",
|
|
"shell:allow-kill",
|
|
{
|
|
"identifier": "shell:allow-spawn",
|
|
"allow": [
|
|
{
|
|
"name": "binaries/suwayomi-server",
|
|
"sidecar": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |