Skip to content

Commit

Permalink
Updated module.json
Browse files Browse the repository at this point in the history
  • Loading branch information
earlSt1 committed Oct 26, 2022
1 parent 7deb3bf commit 4deb911
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
{
"name": "custom-nameplates",
"id": "custom-nameplates",
"title": "Custom Nameplates",
"description": "Configure the size, font, and colour of token nameplates",
"author": "Erceron",
"version": "2.1.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion":"9",
"authors": [
{
"name": "Erceron",
"url": "https://github.com/earlSt1",
"discord": "Erceron#0370"
}
],
"version": "2.1.1",
"compatibility": {
"minimum": 10,
"verified": "10.288",
"maximum": 10
},
"esmodules": [
"./custom-nameplates.js"
],
"url": "https://github.com/earlSt1/vtt-custom-nameplates",
"manifest": "https://raw.githubusercontent.com/earlSt1/vtt-custom-nameplates/09x-update/module.json",
"download": "https://github.com/earlSt1/vtt-custom-nameplates/releases/download/2.1.0/2.1.0.zip"
"manifest": "https://raw.githubusercontent.com/earlSt1/vtt-custom-nameplates/10x-update/module.json",
"download": "https://github.com/earlSt1/vtt-custom-nameplates/releases/download/2.1.1/2.1.1.zip"
}

0 comments on commit 4deb911

Please sign in to comment.