Add author info and links into the manifest file

This commit is contained in:
Oliver-Akins 2025-05-29 23:16:05 -06:00
parent 7c68dd0c31
commit cfc5b9e70a

View file

@ -7,6 +7,16 @@
"verified": 13,
"minimum": 13
},
"authors": [
{
"name": "Oliver Akins",
"url": "https://github.com/Oliver-Akins"
}
],
"url": "https://github.com/Oliver-Akins/Foundry-Stat-Tracker",
"manifest": "https://github.com/Oliver-Akins/Foundry-Stat-Tracker/releases/latest/download/module.json",
"download": "https://github.com/Oliver-Akins/Foundry-Stat-Tracker/releases/latest/download/release.zip",
"bugs": "https://github.com/Oliver-Akins/Foundry-Stat-Tracker/issues",
"esmodules": [
"./module.mjs"
],