-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
33 lines (33 loc) · 966 Bytes
/
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
{
"id": "combat-hp-display",
"name": "combat-hp-display",
"title": "Combat HP Display",
"description": "A module for automatically changing how displaybars such as HP are shown on tokens when entering and leaving combat.",
"version": "1.4.0",
"authors": [
{
"name": "HarryBoy"
}
],
"compatibility": {
"minimum": 10,
"verified": "12.330",
"maximum": 12
},
"esmodules": [
"combat-hp-display.js"
],
"styles": [
"styles/combat-hp-display.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/WBHarry/combat-hp-display",
"manifest": "https://github.com/WBHarry/combat-hp-display/releases/latest/download/module.json",
"download": "https://github.com/WBHarry/combat-hp-display/releases/latest/download/module.zip"
}