From cfc5b9e70a3d20d386ff24c00a92942018924d31 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 29 May 2025 23:16:05 -0600 Subject: [PATCH] Add author info and links into the manifest file --- public/module.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/module.json b/public/module.json index ca51352..d4e09e1 100644 --- a/public/module.json +++ b/public/module.json @@ -7,6 +7,16 @@ "verified": 13, "minimum": 13 }, + "authors": [ + { + "name": "Oliver Akins", + "url": "https://github.com/Oliver-Akins" + } + ], + "url": "https://github.com/Oliver-Akins/Foundry-Stat-Tracker", + "manifest": "https://github.com/Oliver-Akins/Foundry-Stat-Tracker/releases/latest/download/module.json", + "download": "https://github.com/Oliver-Akins/Foundry-Stat-Tracker/releases/latest/download/release.zip", + "bugs": "https://github.com/Oliver-Akins/Foundry-Stat-Tracker/issues", "esmodules": [ "./module.mjs" ],