39 lines
916 B
JSON
39 lines
916 B
JSON
{
|
|
"id": "cosmos-dh-tweaks",
|
|
"title": "Cosmo's Daggerheart Tweaks",
|
|
"description": "A selection of quality of life tweaks for the Daggerheart system on Foundry VTT.",
|
|
"version": "1.0.2",
|
|
"url": "https://git.geeks.gay/cosmo/cosmos-dh-tweaks",
|
|
"manifest": "https://git.geeks.gay/cosmo/cosmos-dh-tweaks/raw/branch/main/module.json",
|
|
"download": "https://git.geeks.gay/cosmo/cosmos-dh-tweaks/releases/download/1.0.2/cosmos-dh-tweaks.zip",
|
|
"compatibility": {
|
|
"minimum": "14.000",
|
|
"verified": "14.364"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Cosmo"
|
|
}
|
|
],
|
|
"relationships": {
|
|
"systems": [
|
|
{
|
|
"id": "daggerheart",
|
|
"type": "system"
|
|
}
|
|
]
|
|
},
|
|
"esmodules": [
|
|
"scripts/cosmos-dh-tweaks.mjs"
|
|
],
|
|
"styles": [
|
|
"styles/cosmos-dh-tweaks.css"
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "lang/en.json"
|
|
}
|
|
]
|
|
}
|