mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-11 02:44:57 +08:00
34 lines
715 B
JSON
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"]
|
|
}
|