dh-environment-overlay/module.json

38 lines
No EOL
1.2 KiB
JSON

{
"id": "dh-environment-overlay",
"title": "Daggerheart Environment Overlay",
"description": "Links Environment actors to scenes, displaying them as interactive, movable overlays on the canvas.",
"version": "1.1.0",
"compatibility": {
"minimum": "13",
"verified": "13"
},
"authors": [
{
"name": "CPTN Cosmo",
"email": "cptncosmo@gmail.com",
"url": "https://github.com/cptn-cosmo",
"discord": "cptn_cosmo",
}
],
"relationships": {
"systems": [
{
"id": "daggerheart",
"type": "system",
"compatibility": {
"minimum": "1.0.0"
}
}
]
},
"esmodules": [
"scripts/module.js"
],
"styles": [
"styles/module.css"
],
"url": "https://github.com/cptn-cosmo/dh-environment-overlay",
"manifest": "https://github.com/cptn-cosmo/dh-environment-overlay/releases/latest/download/module.json",
"download": "https://github.com/cptn-cosmo/dh-environment-overlay/releases/download/1.1.0/dh-environment-overlay.zip"
}