dh-hotbar-cardview/module.json

38 lines
No EOL
991 B
JSON

{
"id": "dh-hotbar-cardview",
"title": "Daggerheart Hotbar Card View",
"description": "Replaces the hover-tooltips on the hotbar icons with a full card view of the item for Daggerheart.",
"version": "1.0.0",
"compatibility": {
"minimum": "14",
"verified": "14"
},
"authors": [
{
"name": "Cosmo",
"email": "cptncosmo@gmail.com",
"url": "https://git.geeks.gay/cosmo/",
"discord": "@cptn_cosmo"
}
],
"relationships": {
"systems": [
{
"id": "daggerheart",
"type": "system",
"compatibility": {
"minimum": "2.1.0"
}
}
]
},
"esmodules": [
"scripts/main.js"
],
"styles": [
"styles/cardview.css"
],
"url": "https://git.geeks.gay/cosmo/dh-hotbar-cardview",
"manifest": "https://git.geeks.gay/cosmo/dh-hotbar-cardview/raw/branch/main/module.json",
"download": "https://git.geeks.gay/cosmo/dh-hotbar-cardview/releases/latest/download/dh-hotbar-cardview.zip"
}