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