Add Manifest Download Url

This commit is contained in:
Florian Zumpe 2026-05-19 12:45:17 +02:00
parent d2eda61c58
commit 0a87bbb67e

View File

@ -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": []
}
"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"
}