fvtt-session-tracker/module.json

28 lines
No EOL
880 B
JSON

{
"id": "fvtt-session-tracker",
"title": "Session Tracker",
"description": "A lightweight session tracker for Foundry VTT V13.",
"version": "1.0.1",
"authors": [
{
"name": "CPTN Cosmo",
"email": "cptncosmo@gmail.com",
"url": "https://github.com/cptn-cosmo",
"discord": "cptn_cosmo"
}
],
"compatibility": {
"minimum": "13",
"verified": "13"
},
"esmodules": [
"scripts/main.js"
],
"styles": [
"styles/session-tracker.css"
],
"url": "https://github.com/cptn-cosmo/fvtt-session-tracker",
"manifest": "https://github.com/cptn-cosmo/fvtt-session-tracker/releases/latest/download/module.json",
"download": "https://github.com/cptn-cosmo/fvtt-session-tracker/releases/download/1.0.1/fvtt-session-tracker.zip",
"license": "MIT"
}