-
Notifications
You must be signed in to change notification settings - Fork 16
/
module.json
54 lines (54 loc) · 1.24 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
{
"title": "Token Info Icons",
"description": "Simple module that displays Speed, AC, and Passive Perception on Tokens for the GM or optionally players.",
"version": "12.331.2",
"scripts": [
"/token-info-icons.js"
],
"styles": [
"/css/token-info-icons.css"
],
"url": "https://github.com/jopeek/fvtt-token-info-icons",
"manifest": "https://raw.githubusercontent.com/jopeek/fvtt-token-info-icons/master/module.json",
"download": "https://github.com/jopeek/fvtt-token-info-icons/archive/refs/heads/master.zip",
"id": "token-info-icons",
"authors": [
{
"name": "Jan Ole Peek (ChalkOne)",
"flags": {}
}
],
"compatibility": {
"minimum": "0.8.0",
"verified": "12.331",
"maximum": "12"
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "2.2.2",
"verified": "4.0.0",
"maximum": "4.9.9"
}
},
{
"id": "pf2e",
"type": "system",
"compatibility": {}
},
{
"id": "pf1",
"type": "system",
"compatibility": {}
},
{
"id": "dcc",
"type": "system",
"compatibility": {}
}
]
}
}