From e2966d85bdf8c647ed162bcf302eb9d914bd90ed Mon Sep 17 00:00:00 2001 From: CPTN Cosmo Date: Sun, 21 Dec 2025 20:44:38 +0100 Subject: [PATCH] refactor: adjust module.json based on working template --- module.json | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/module.json b/module.json index 40eddcb..247a6eb 100644 --- a/module.json +++ b/module.json @@ -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." } \ No newline at end of file