-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
48 lines (48 loc) · 1.03 KB
/
manifest.json
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
39
40
41
42
43
44
45
46
47
48
{
"manifestVersion": 1,
"name": "D&D Beyond Game Log Observer",
"summary": "A Symbiote to watch the D&D Beyond Game Log from a Campaign and report the rolls into TaleSpire.",
"entryPoint": "/index.html",
"descriptionFilePath": "/README.md",
"version": "1.0.9",
"about": {
"website": "https://github.com/PanoramicPanda/ddb_observeGameLog",
"authors": [
"Uriah H. Brown",
"Alex Saurber"
]
},
"api": {
"version": "0.1",
"initTimeout": 10,
"subscriptions": {
"symbiote": {
"onStateChangeEvent": "onStateChangeEvent"
}
},
"interop": {
"id": "a078061e-e080-4e48-ba22-8ac32bfce5a6"
}
},
"controls": {
"reload": true,
"navigation": true
},
"icons": {
"64x64": "/ddbo.png"
},
"environment": {
"loadTargetBehavior": "popup",
"capabilities": [
"runInBackground"
],
"extras": [
"colorStyles",
"fonts",
"/observeGameLog.js",
"/fullscreen_log.js",
"/fullscreen_style.css",
"/banner.css"
]
}
}