From e070d541ac9dca7ab2bf22ea88f07592b1722ec2 Mon Sep 17 00:00:00 2001 From: CPTN Cosmo Date: Sun, 21 Dec 2025 19:49:17 +0100 Subject: [PATCH] docs: refine module description and include manifest and download URLs --- module.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module.json b/module.json index d294977..c170234 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "id": "fvtt-session-tracker", "title": "Session Tracker", - "description": "A lightweight, premium-looking session tracker for Foundry VTT V13.", + "description": "A lightweight session tracker for Foundry VTT V13.", "version": "1.0.0", "authors": [ { @@ -22,5 +22,7 @@ "styles/session-tracker.css" ], "url": "https://github.com/cptn-cosmo/fvtt-session-tracker", + "manifest": "https://github.com/cptn-cosmo/fvtt-session-tracker/releases/latest/download/module.json", + "download": "https://github.com/cptn-cosmo/fvtt-session-tracker/releases/download/1.0.0/fvtt-session-tracker.zip", "license": "MIT" } \ No newline at end of file