Skip to content

Commit c576242

Browse files
committed
added manifest, downlod, and URL.
first attempt to get it Foundry Installer compatible.
1 parent 5855cbf commit c576242

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

module.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "custom-hotbar",
33
"title": "Custom Hotbar",
4-
"description": "An extra fully functional hotbar (1 row only) above the first",
4+
"description": "An extra fully functional hotbar (1 row only) above the first. Beta.",
55
"author": "Norc",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"minimumCoreVersion": "0.5.0",
88
"compatibleCoreVersion":"0.6.2",
99
"scripts": ["custom-hotbar.js"],
10-
"styles": ["./css/custom-hotbar.css"]
10+
"styles": ["./css/custom-hotbar.css"],
11+
"manifest": "https://raw.githubusercontent.com/Norc/foundry-custom-hotbar/master/module.json",
12+
"download": "https://raw.githubusercontent.com/Norc/foundry-custom-hotbar/master/custom-hotbar.zip",
13+
"url": "https://github.com/Norc/foundry-custom-hotbar"
1114
}

0 commit comments

Comments
 (0)