refactor: adjust module.json based on working template

This commit is contained in:
CPTN Cosmo 2025-12-21 20:44:38 +01:00
parent 19ccbd70da
commit e2966d85bd

View file

@ -1,24 +1,26 @@
{
"id": "dh-improved-countdowns",
"title": "Improved Countdowns",
"description": "A modern, draggable countdown tracker for the Daggerheart system.",
"version": "1.0.0",
"library": false,
"url": "https://github.com/cptn-cosmo/dh-improved-countdowns",
"manifest": "https://github.com/cptn-cosmo/dh-improved-countdowns/releases/latest/download/module.json",
"download": "https://github.com/cptn-cosmo/dh-improved-countdowns/releases/download/1.0.0/dh-improved-countdowns.zip",
"compatibility": {
"minimum": "13",
"verified": "13"
},
"authors": [
{
"name": "CPTN Cosmo",
"email": "cptncosmo@gmail.com",
"url": "https://github.com/cptn-cosmo",
"discord": "cptn_cosmo"
"discord": "cptn_cosmo",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "daggerheart"
"id": "daggerheart",
"type": "system",
"compatibility": {}
}
]
},
@ -28,8 +30,8 @@
"styles": [
"styles/countdown.css"
],
"compatibility": {
"minimum": "13",
"verified": "13"
}
"url": "https://github.com/cptn-cosmo/dh-improved-countdowns",
"manifest": "https://github.com/cptn-cosmo/dh-improved-countdowns/releases/latest/download/module.json",
"download": "https://github.com/cptn-cosmo/dh-improved-countdowns/releases/download/1.0.0/dh-improved-countdowns.zip",
"description": "A modern, draggable countdown tracker for the Daggerheart system."
}