{ "name": "custom-hotbar", "title": "Custom Hotbar", "description": "An extra fully functional hotbar (currently 1 row only) above the first.", "author": "Norc", "version": "2.2.0", "minimumCoreVersion": "9", "compatibleCoreVersion":"9", "esmodules": [ "index.js" , "./lib/colorsettings/colorSettingStub.js" ], "dependencies": [ { "name": "lib-df-hotkeys" }, { "name": "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" ], "manifest": "https://raw.githubusercontent.com/Norc/foundry-custom-hotbar/master/module.json", "download": "https://github.com/Norc/foundry-custom-hotbar/archive/v2.2.0.zip", "url": "https://github.com/Norc/foundry-custom-hotbar" }