feat: add module release URLs to module.json

This commit is contained in:
CPTN Cosmo 2025-12-19 19:04:03 +01:00
parent 72ee9dd8e3
commit 4466a13098

View file

@ -31,7 +31,7 @@
"styles": [ "styles": [
"styles/module.css" "styles/module.css"
], ],
"url": "", "url": "https://github.com/cptn-cosmo/dh-countdownsplus",
"manifest": "", "manifest": "https://github.com/cptn-cosmo/dh-countdownsplus/releases/latest/download/module.json",
"download": "" "download": "https://github.com/cptn-cosmo/dh-countdownsplus/releases/download/1.0.0/dh-countdownsplus.zip"
} }