Files
op-packages/kaiplus/files/kaiplus-plugin.json
T

34 lines
715 B
JSON

{
"schemaVersion": 1,
"id": "kaiplus",
"name": "KaiPlus",
"icon": "logo.png",
"staticRoot": "/usr/share/kaiplus/www",
"desktop": {
"mode": "module",
"entry": "desktop-entry.js",
"isolation": "shadow-dom"
},
"standalone": {
"entry": "index.html",
"basePath": "/apps/kaiplus/"
},
"backend": {
"type": "http",
"scheme": "http",
"host": "127.0.0.1",
"portFromUci": "kaiplus.@kaiplus[0].port",
"defaultPort": 8189,
"upstreamBasePath": "/apps/kaiplus/",
"apiPath": "api/",
"pathMode": "preserve"
},
"window": {
"width": 1180,
"height": 760,
"singleton": true
},
"capabilities": ["assistant", "chat"],
"categories": ["other"]
}