foundry-usernotes/module.json
2026-05-19 12:45:17 +02:00

26 lines
723 B
JSON

{
"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.1",
"authors": [
{
"name": "ChatGPT"
}
],
"compatibility": {
"minimum": "14",
"verified": "14"
},
"scripts": [
"scripts/user-notes.js"
],
"styles": [
"styles/user-notes.css"
],
"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"
}