mirror of
https://github.com/fzumpe/foundry-usernotes.git
synced 2026-06-06 21:00:03 +02:00
30 lines
691 B
JSON
30 lines
691 B
JSON
{
|
|
"id": "user-notes",
|
|
"title": "User Notes",
|
|
"version": "1.0.3",
|
|
"authors": [
|
|
{
|
|
"name": "Florian Zumpe"
|
|
}
|
|
],
|
|
"compatibility": {
|
|
"minimum": "14",
|
|
"verified": "14"
|
|
},
|
|
"scripts": [
|
|
"vendor/jodit/jodit.min.js"
|
|
],
|
|
"esmodules": [
|
|
"scripts/user-notes.js"
|
|
],
|
|
"styles": [
|
|
"vendor/jodit/jodit.min.css",
|
|
"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/V1.0.3/module.json",
|
|
"download": "https://codeload.github.com/fzumpe/foundry-usernotes/zip/refs/tags/V1.0.3"
|
|
}
|