From 4466a13098e00873f5c44390ec7f95fafa89ab43 Mon Sep 17 00:00:00 2001 From: CPTN Cosmo Date: Fri, 19 Dec 2025 19:04:03 +0100 Subject: [PATCH] feat: add module release URLs to module.json --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 9e0999d..a4f0fae 100644 --- a/module.json +++ b/module.json @@ -31,7 +31,7 @@ "styles": [ "styles/module.css" ], - "url": "", - "manifest": "", - "download": "" + "url": "https://github.com/cptn-cosmo/dh-countdownsplus", + "manifest": "https://github.com/cptn-cosmo/dh-countdownsplus/releases/latest/download/module.json", + "download": "https://github.com/cptn-cosmo/dh-countdownsplus/releases/download/1.0.0/dh-countdownsplus.zip" } \ No newline at end of file