mirror of
https://github.com/fzumpe/foundry-usernotes.git
synced 2026-06-06 21:00:03 +02:00
26 lines
603 B
JSON
26 lines
603 B
JSON
{
|
|
"id": "user-notes",
|
|
"title": "User Notes",
|
|
"version": "1.0.0",
|
|
"authors": [
|
|
{
|
|
"name": "Florian Zumpe"
|
|
}
|
|
],
|
|
"compatibility": {
|
|
"minimum": "14",
|
|
"verified": "14"
|
|
},
|
|
"esmodules": [
|
|
"scripts/user-notes.js"
|
|
],
|
|
"styles": [
|
|
"styles/user-notes-window.css",
|
|
"styles/user-notes-settings.css"
|
|
],
|
|
"languages": [],
|
|
"url": "https://github.com/fzumpe/foundry-usernotes",
|
|
"manifest": "https://raw.githubusercontent.com/fzumpe/foundry-usernotes/main/module.json",
|
|
"download": "https://codeload.github.com/fzumpe/foundry-usernotes/zip/refs/tags/V1.0.1"
|
|
}
|