forked from earlSt1/vtt-compendium-folders
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
59 lines (59 loc) · 1.46 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
{
"name": "compendium-folders",
"title": "Compendium Folders",
"description": "Collapsable folders for compendiums",
"author": "Erceron",
"version": "2.2.44",
"minimumCoreVersion": "0.6.5",
"compatibleCoreVersion":"0.7.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": "Swedish",
"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/master/module.json",
"download": "https://github.com/earlSt1/vtt-compendium-folders/releases/download/2.2.44/2.2.44.zip"
}