{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": [
"main"
],
"permissions": [
"core:default",
"shell:allow-spawn",
{
"identifier": "shell:allow-execute",
"allow": [
{
"args": true,
"sidecar": true,
"name": "bin/llama-server"
}
]
}
]
}