-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
61 lines (61 loc) · 1.52 KB
/
module.json
File metadata and controls
61 lines (61 loc) · 1.52 KB
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
{
"id": "fox-goblins-in-the-code",
"title": "Goblins in the Code",
"description": "Aesthetics and accesibility enhancements for Blades in the Dark",
"url": "https://github.com/FoxLee/Goblins-in-the-Code/",
"manifest": "https://github.com/FoxLee/Goblins-in-the-Code/releases/latest/download/module.json",
"download": "https://github.com/FoxLee/Goblins-in-the-Code/releases/latest/download/module.zip",
"license": "https://github.com/FoxLee/Goblins-in-the-Code/blob/main/LICENSE.md",
"readme": "https://github.com/FoxLee/Goblins-in-the-Code/blob/main/README.md",
"bugs": "https://github.com/FoxLee/Goblins-in-the-Code/issues",
"authors": [{
"name": "Fox Lee",
"discord": "TheArtGremblin",
"email": "fox@invincible.ink",
"url": "https://www.invincible.ink"
}],
"version": "2.0",
"compatibility": {
"minimum": "12",
"verified": "12.331"
},
"relationships": {
"systems": [{
"id": "blades-in-the-dark",
"type": "system",
"manifest": "https://raw.githubusercontent.com/Dez384/foundryvtt-blades-in-the-dark/master/system.json",
"compatibility": {
"minimum": "5",
"verified": "5.3.1"
}
}]
},
"esmodules": [
"main.js",
"pc-sheet.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en-us.json",
"flags": {}
},
{
"lang": "en-AU",
"name": "English",
"path": "lang/en-au.json",
"flags": {}
}
],
"styles": [
"styles/sheets.css",
"styles/webfonts.css"
],
"flags": {
"hotReload": {
"extensions": ["css","html"],
"paths": ["styles/","templates/"]
}
}
}