forked from Aedif/TokenVariants
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
41 lines (41 loc) · 1.16 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
{
"id": "token-variants",
"title": "Token Variant Art",
"description": "Searches a customizable list of directories and displays art variants for tokens/actors through pop-ups and a new Token HUD button. Variants can be individually shared with players allowing them to switch out their token art on the fly.",
"version": "4.57.2",
"compatibility": {
"minimum": "11",
"verified": 11
},
"download": "https://github.com/Aedif/TokenVariants/releases/download/4.57.2/token-variants.zip",
"url": "https://github.com/Aedif/TokenVariants",
"manifest": "https://raw.githubusercontent.com/Aedif/TokenVariants/master/token-variants/module.json",
"author": "Aedif",
"authors": [
{
"name": "Aedif",
"discord": "aedif"
}
],
"bugs": "https://github.com/Aedif/TokenVariants/issues",
"allowBugReporter": true,
"socket": true,
"esmodules": ["bundle.js"],
"scripts": [],
"styles": ["styles/tva-styles.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module"
}
]
}
}