forked from Norc/foundry-custom-hotbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
35 lines (35 loc) · 1009 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
34
35
{
"id": "custom-hotbar",
"title": "Custom Hotbar",
"description": "An extra fully functional hotbar (currently 1 row only) above the first.",
"authors": [ { "name": "Norc" } ],
"version": "2.3.1",
"minimumCoreVersion": 10,
"compatibility": {
"minimum": 10,
"verified": 11
},
"esmodules": [
"index.js"
],
"relationships": {
"optional": [{ "id": "colorsettings" }]
},
"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.1/module.json",
"download": "https://github.com/Norc/foundry-custom-hotbar/archive/v2.3.1.zip",
"url": "https://github.com/Norc/foundry-custom-hotbar"
}