From 0a87bbb67ede6a148d3c86e7f4aadc433eed7388 Mon Sep 17 00:00:00 2001 From: Florian Zumpe Date: Tue, 19 May 2026 12:45:17 +0200 Subject: [PATCH] Add Manifest Download Url --- module.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 846058a..03cb95f 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "user-notes", "title": "User Notes", "description": "User Notes: ein einfaches lokales Notizfenster für Foundry VTT v14. Notizen werden im Browser-localStorage pro Welt und Benutzer gespeichert.", - "version": "1.0.0", + "version": "1.0.1", "authors": [ { "name": "ChatGPT" @@ -18,5 +18,8 @@ "styles": [ "styles/user-notes.css" ], - "languages": [] -} \ No newline at end of file + "languages": [], + "url": "https://github.com/fzumpe/foundry-usernotes", + "manifest": "https://raw.githubusercontent.com/fzumpe/foundry-usernotes/main/module.json", + "download": "https://github.com/fzumpe/foundry-usernotes/releases/download/v1.0.1/user-notes.zip" +}