-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
34 lines (34 loc) · 1.13 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
{
"id": "token-hud-wildcard",
"title": "Token HUD Wildcard",
"description": "This module adds a button to the Token HUD if the token has wildcard set and detects more than 1 image to choose from. Pressing the button displays a panel on the right side of the HUD with buttons for each image, pressing one of these allows to change the token image. Originally created by Javieros.",
"url": "https://github.com/mhilbrunner/token-hud-wildcard",
"manifest": "https://raw.githubusercontent.com/mhilbrunner/token-hud-wildcard/master/module.json",
"download": "https://github.com/mhilbrunner/token-hud-wildcard/archive/2.1.0.zip",
"version": "2.1.0",
"compatibility": {
"minimum": "11",
"verified": "12"
},
"minimumCoreVersion": "11",
"compatibleCoreVersion": "12",
"scripts": ["main.js"],
"styles": ["./css/token-hud-wildcard.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español (Spanish)",
"path": "lang/es.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
]
}