forked from earlSt1/vtt-compendium-folders
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
33 lines (33 loc) · 905 Bytes
/
module.json
File metadata and controls
33 lines (33 loc) · 905 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
{
"name": "compendium-folders",
"title": "Compendium Folders",
"description": "Collapsable folders for compendiums",
"author": "Erceron",
"version": "1.0.9",
"minimumCoreVersion": "0.6.5",
"compatibleCoreVersion":"0.7.5",
"esmodules": [
"./compendium-folders.js"
],
"languages":[
{
"lang":"de",
"name":"German",
"path":"lang/de.json"
},
{
"lang":"en",
"name":"English",
"path":"lang/en.json"
},
{
"lang":"es",
"name":"Spanish",
"path":"lang/es.json"
}
],
"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/archive/1.0.9.zip"
}