fix: minimalist module.json for troubleshooting visibility

This commit is contained in:
CPTN Cosmo 2025-12-21 20:47:58 +01:00
parent e2966d85bd
commit 5135852ff2

View file

@ -1,6 +1,7 @@
{ {
"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",
"compatibility": { "compatibility": {
"minimum": "13", "minimum": "13",
@ -8,19 +9,13 @@
}, },
"authors": [ "authors": [
{ {
"name": "CPTN Cosmo", "name": "CPTN Cosmo"
"email": "cptncosmo@gmail.com",
"url": "https://github.com/cptn-cosmo",
"discord": "cptn_cosmo",
"flags": {}
} }
], ],
"relationships": { "relationships": {
"systems": [ "systems": [
{ {
"id": "daggerheart", "id": "daggerheart"
"type": "system",
"compatibility": {}
} }
] ]
}, },
@ -29,9 +24,5 @@
], ],
"styles": [ "styles": [
"styles/countdown.css" "styles/countdown.css"
], ]
"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."
} }