From 5135852ff2ebd49c67feb77bd4812cc36b45d6f6 Mon Sep 17 00:00:00 2001 From: CPTN Cosmo Date: Sun, 21 Dec 2025 20:47:58 +0100 Subject: [PATCH] fix: minimalist module.json for troubleshooting visibility --- module.json | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/module.json b/module.json index 247a6eb..bb52f8f 100644 --- a/module.json +++ b/module.json @@ -1,6 +1,7 @@ { "id": "dh-improved-countdowns", "title": "Improved Countdowns", + "description": "A modern, draggable countdown tracker for the Daggerheart system.", "version": "1.0.0", "compatibility": { "minimum": "13", @@ -8,19 +9,13 @@ }, "authors": [ { - "name": "CPTN Cosmo", - "email": "cptncosmo@gmail.com", - "url": "https://github.com/cptn-cosmo", - "discord": "cptn_cosmo", - "flags": {} + "name": "CPTN Cosmo" } ], "relationships": { "systems": [ { - "id": "daggerheart", - "type": "system", - "compatibility": {} + "id": "daggerheart" } ] }, @@ -29,9 +24,5 @@ ], "styles": [ "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." + ] } \ No newline at end of file