mirror of
https://github.com/fzumpe/foundry-usernotes.git
synced 2026-06-06 21:00:03 +02:00
22 lines
472 B
JSON
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": []
|
|
} |