mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 01:09:56 -05:00
22 lines
549 B
JSON
22 lines
549 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Default permissions for Moku",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"shell:allow-open",
|
|
"shell:allow-kill",
|
|
{
|
|
"identifier": "shell:allow-spawn",
|
|
"allow": [
|
|
{ "name": "tachidesk-server" },
|
|
{ "name": "suwayomi-server" },
|
|
{ "name": "suwayomi-server-aarch64-apple-darwin" },
|
|
{ "name": "suwayomi-server-x86_64-apple-darwin" },
|
|
{ "name": "javaw" }
|
|
]
|
|
}
|
|
]
|
|
}
|