mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-07 06:13:22 +00:00
35 lines
644 B
JSON
35 lines
644 B
JSON
|
|
{
|
||
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
||
|
|
"identifier": "default",
|
||
|
|
"description": "Default capability for MindWork AI Studio",
|
||
|
|
"remote": {
|
||
|
|
"urls": [
|
||
|
|
"http://localhost:*"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"windows": [
|
||
|
|
"main"
|
||
|
|
],
|
||
|
|
"permissions": [
|
||
|
|
"core:default",
|
||
|
|
"updater:default",
|
||
|
|
"opener:default",
|
||
|
|
"shell:allow-open",
|
||
|
|
{
|
||
|
|
"identifier": "shell:allow-spawn",
|
||
|
|
"allow": [
|
||
|
|
{
|
||
|
|
"name": "mindworkAIStudioServer",
|
||
|
|
"sidecar": true,
|
||
|
|
"args": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "qdrant",
|
||
|
|
"sidecar": true,
|
||
|
|
"args": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|