From 98af87e5c1cb58a3e258ed07763175ee5226b944 Mon Sep 17 00:00:00 2001 From: Tomato Date: Mon, 19 Jun 2023 03:26:02 +0100 Subject: [PATCH] Update module.json Add support for Foundry updater --- module.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/module.json b/module.json index bc4cde1..ed8e873 100644 --- a/module.json +++ b/module.json @@ -14,5 +14,9 @@ }, "scripts": [ "scripts/main.js" - ] + ], + "url": "https://github.com/MiniGrief/hp-roller/", + "download": "https://github.com/MiniGrief/hp-roller/releases/download/1.0.0/hp-roller.zip", + "manifest": "https://github.com/MiniGrief/hp-roller/releases/latest/download/module.json", + "bugs": "https://github.com/MiniGrief/hp-roller/issues" } \ No newline at end of file