-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
27 lines (27 loc) · 905 Bytes
/
Copy pathmanifest.json
File metadata and controls
27 lines (27 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"schemaVersion": 1,
"id": "websim",
"name": "WebSim",
"version": "0.1.8-dev",
"description": "Local WebSim capability package for in-chat browser overlays.",
"engine": {
"min": "2.0.0",
"maxExclusive": "3.0.0"
},
"kind": ["agent"],
"entrypoints": {
"server": "server.mjs",
"client": "client.js"
},
"contributions": {
"slots": ["conversation-toolbar"],
"chatModes": ["roleplay"]
},
"files": [
{ "path": "manifest.json", "sha256": "0000000000000000000000000000000000000000000000000000000000000000", "bytes": 0 },
{ "path": "server.mjs", "sha256": "0000000000000000000000000000000000000000000000000000000000000000", "bytes": 0 },
{ "path": "client.js", "sha256": "0000000000000000000000000000000000000000000000000000000000000000", "bytes": 0 }
],
"permissions": ["image-generation", "routes", "storage", "ui"],
"restartRequired": false
}