-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
38 lines (38 loc) · 839 Bytes
/
Copy pathmanifest.json
File metadata and controls
38 lines (38 loc) · 839 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
28
29
30
31
32
33
34
35
36
37
38
{
"schema": 2,
"permissions": ["tools.invoke", "storage.read", "storage.write"],
"required_executas": [
{
"tool_id": "tool-dev-mini-notes"
}
],
"tags": ["mini-notes", "productivity"],
"ui": {
"bundle": {
"format": "static-spa",
"entry": "index.html",
"external_origins": []
},
"views": [
{
"name": "main",
"title": "Mini Notes",
"default": true,
"default_size": { "w": 480, "h": 500 },
"min_size": { "w": 320, "h": 300 }
}
],
"host_api": {
"tools": ["tool-dev-mini-notes"],
"storage": ["get", "set"],
"window": ["set_title", "ready"]
},
"csp_overrides": {},
"state_merge": "last_writer_wins"
},
"dev": {
"fixtures": ["fixtures/*.jsonl"],
"seed_storage": {},
"user_id": 1
}
}