mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 01:09:56 -05:00
14 lines
296 B
JSON
14 lines
296 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",
|
|
"shell:allow-spawn",
|
|
"shell:allow-execute"
|
|
]
|
|
}
|