From 1f233c8450a2b50e48501f6d9081a124a3719661 Mon Sep 17 00:00:00 2001 From: westtexasfish Date: Thu, 14 May 2026 00:11:24 -0500 Subject: [PATCH] Add Foundry manifest and download URLs --- module.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module.json b/module.json index 1f7c0277..b0130f95 100755 --- a/module.json +++ b/module.json @@ -3,6 +3,8 @@ "title": "DnD-Beyond", "description": "

Compendium Module for imported DnD Beyond content.

", "version": "1.0.0", + "manifest": "https://git.jimandkrista.com/westtexasfish/dnd-beyond/raw/branch/main/module.json", + "download": "https://git.jimandkrista.com/westtexasfish/dnd-beyond/archive/main.zip", "compatibility": { "minimum": "13", "verified": "14", @@ -172,4 +174,4 @@ ], "url": "https://git.jimandkrista.com/westtexasfish/dnd-beyond", "flags": {} -} \ No newline at end of file +}