stat-tracker/public/module.json
2025-05-30 23:58:50 -06:00

45 lines
992 B
JSON

{
"id": "stat-tracker",
"title": "Stats Tracker",
"version": "1.0.0",
"compatibility": {
"maximum": 13,
"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/new/choose",
"esmodules": [
"./module.mjs"
],
"styles": [
{
"src": "styles/main.css",
"layer": "modules.stats-tracker"
}
],
"languages": [
{
"lang": "en",
"name": "English (Canadian)",
"path": "langs/en-ca.json"
}
],
"packs": [
{
"name": "docs",
"label": "Documentation",
"module": "stat-tracker",
"type": "JournalEntry",
"path": "packs/docs"
}
]
}