-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmodule.json
42 lines (42 loc) · 1.26 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
{
"name": "custom-hotbar",
"id": "custom-hotbar",
"title": "Custom Hotbar",
"description": "An extra fully functional hotbar (currently 1 row only) above the first.",
"author": "Norc",
"version": "2.3.0",
"minimumCoreVersion": 10,
"compatibility": {
"minimum": 10,
"verified": "10.286"
},
"esmodules": [
"index.js"
],
"dependencies": [ { "name": "lib-df-hotkeys" }, { "name": "colorsettings" } ],
"requires": [{
"id": "lib-df-hotkeys",
"type": "module",
"manifest": "https://raw.githubusercontent.com/ardittristan/VTTColorSettings/2.9.0/module.json",
"compatibility": {
"verified": "2.9.0"
}
}],
"languages": [
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}],
"styles": [
"./css/custom-hotbar.css","./css/core-hotbar.css"
],
"manifest": "https://github.com/Norc/foundry-custom-hotbar/releases/download/v2.3.0.2/module.json",
"download": "https://github.com/Norc/foundry-custom-hotbar/archive/v2.3.0.2.zip",
"url": "https://github.com/Norc/foundry-custom-hotbar"
}