-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
module.json
49 lines (49 loc) · 1.26 KB
/
module.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
49
{
"name": "Next-Up",
"title": "Next Up",
"description": "Several Combat Enhancements, pan to combatant, open sheets and turn markers.",
"version": "0.1.10",
"author" : "Kandashi",
"manifestPlusVersion": "1.0.0",
"authors": [
{
"name": "Kandashi",
"url": "https://github.com/kandashi",
"discord": "Kandashi (He/Him)#6698",
"patreon": "Kandashi"
}
],
"esmodules": [
"/src/nextUp.js"
],
"socket": true,
"scripts": [
"greensock/dist/gsap.min.js"
],
"media": [
{
"type": "video",
"url": "https://github.com/kandashi/Next-Up/blob/main/Images/Next%20Up%20full%20demo.webm",
"loop": true
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "languages/es.json"
}
],
"url": "https://github.com/kandashi/Next-Up",
"manifest": "https://raw.githubusercontent.com/kandashi/Next-Up/main/module.json",
"download": "https://github.com/kandashi/Next-Up/archive/main.zip",
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "9.2",
"allowBugReporter": true,
"bugs": "https://github.com/kandashi/Next-Up/issues"
}