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" +}