16 lines
414 B
JSON
16 lines
414 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "VizTyp default capabilities: core + file dialog + filesystem + shell sidecar",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"dialog:default",
|
|
"fs:default",
|
|
{
|
|
"identifier": "shell:allow-spawn",
|
|
"allow": [{ "name": "viztyp-server", "sidecar": true, "args": true }]
|
|
}
|
|
]
|
|
}
|