From 3c8ebaf82a2ded2bb65e24b31a6906869b6f9cc8 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Mon, 25 May 2026 15:40:50 +0200 Subject: [PATCH] Add download, manifest, and url fields to module.json - Added placeholders for url, manifest, and download fields - These will be substituted by the release workflow with actual URLs - Required for FoundryVTT to install the module from the package registry Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- module.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module.json b/module.json index eee9777..2cec630 100644 --- a/module.json +++ b/module.json @@ -26,5 +26,8 @@ "path": "lang/en.json" } ], + "url": "${url}", + "manifest": "${manifest}", + "download": "${download}", "flags": {} }