-
Notifications
You must be signed in to change notification settings - Fork 20
/
module.json
66 lines (66 loc) · 1.74 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"id": "compendium-folders",
"title": "Compendium Folders",
"description": "Collapsable folders for compendiums",
"authors": [
{
"name": "Erceron",
"url": "https://github.com/earlSt1",
"discord": "Erceron#0370"
}
],
"version": "2.5.7",
"compatibility": {
"minimum": 10,
"verified": "10.291",
"maximum": 10
},
"esmodules": ["./compendium-folders.js"],
"languages": [
{
"lang": "de",
"name": "German",
"path": "lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
},
{
"lang": "sv",
"name": "Svenska",
"path": "lang/sv.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
}
],
"media": [
{
"type": "cover",
"link": "https://raw.githubusercontent.com/earlSt1/vtt-compendium-folders/master/example.png"
}
],
"styles": ["./styles.css"],
"url": "https://github.com/earlSt1/vtt-compendium-folders",
"manifest": "https://raw.githubusercontent.com/earlSt1/vtt-compendium-folders/10x-update/module.json",
"download": "https://github.com/earlSt1/vtt-compendium-folders/releases/download/2.5.7/2.5.7.zip"
}