foundry-usernotes/module.json
2026-05-19 12:37:08 +02:00

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