-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
42 lines (42 loc) · 920 Bytes
/
manifest.json
File metadata and controls
42 lines (42 loc) · 920 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
39
40
41
42
{
"manifestVersion": 1,
"name": "TaleRoll ",
"summary": "A fresh take on a dice rolling symbiote",
"descriptionFilePath": "/README.md",
"version": "0.0.3",
"license": "MIT",
"about": {
"website": "https://www.github.com/Lul/TaleRoll",
"authors": ["Dylan Barrett", "John Thiell"]
},
"kind": "webView",
"entryPoint": "/index.html",
"api": {
"version": "0.1",
"initTimeout": 10,
"subscriptions": {
"dice": {
"onRollResults": "handleRollResult"
},
"symbiote": {
"onVisibilityEvent": "logSymbioteEvent",
"onStateChangeEvent": "logSymbioteEvent"
}
},
"interop": {
"id": "00c80a54-174c-4365-a85d-3df51b981f97"
}
},
"environment": {
"capabilities": [
"playAudio"
],
"extras": [
"diceFinder",
"icons",
"fonts",
"colorStyles"
],
"webViewBackgroundColor": "#000"
}
}