forked from reonZ/pf2e-token-hud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
76 lines (76 loc) · 2.12 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
67
68
69
70
71
72
73
74
75
76
{
"id": "pf2e-token-hud",
"title": "PF2e Interactive Token Tooltip",
"author": "Idle",
"description": "",
"authors": [
{
"name": "Idle",
"discord": "Idle#3251"
}
],
"esmodules": [
"scripts/main.js"
],
"compatibility": {
"minimum": "11.315",
"verified": "11"
},
"version": "1.50.0",
"manifestPlusVersion": "1.2.0",
"url": "https://github.com/reonZ/pf2e-token-hud",
"readme": "https://github.com/reonZ/pf2e-token-hud/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/pf2e-token-hud/master/module.json",
"download": "https://github.com/reonZ/pf2e-token-hud/releases/download/1.50.0/module.zip",
"changelog": "https://github.com/reonZ/pf2e-token-hud/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-token-hud/issues",
"styles": [
"styles/global.css",
"styles/chat.css",
"styles/dialogs.css",
"styles/hud.css",
"styles/inner.css",
"styles/sidebar.css",
"styles/popup.css",
"styles/sidebars/actions.css",
"styles/sidebars/items.css",
"styles/sidebars/spells.css",
"styles/sidebars/skills.css",
"styles/sidebars/extras.css",
"styles/sidebars/hazard.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "cn",
"name": "简体中文",
"path": "lang/cn.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/master/system.json",
"compatibility": {
"minimum": "5.9.1"
}
}
]
}
}