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