dh-path-browser/module.json

39 lines
No EOL
968 B
JSON

{
"id": "dh-path-browser",
"title": "Daggerheart Path Browser",
"description": "Adds a browser to easily find and copy Active Effect data paths in Daggerheart.",
"url": "https://git.geeks.gay/cosmo/dh-path-browser",
"manifest": "https://git.geeks.gay/cosmo/dh-path-browser/raw/branch/main/module.json",
"download": "https://git.geeks.gay/cosmo/dh-path-browser/releases/download/1.1.1/dh-path-browser.zip",
"version": "1.1.1",
"compatibility": {
"minimum": "13",
"verified": "14"
},
"authors": [
{
"name": "Cosmo",
"email": "cptncosmo@gmail.com",
"url": "https://git.geeks.gay/cosmo",
"discord": "cptn_cosmo",
"flags": {}
}
],
"esmodules": [
"scripts/main.mjs"
],
"styles": [
"styles/styles.css"
],
"relationships": {
"systems": [
{
"id": "daggerheart",
"type": "system",
"compatibility": {
"minimum": "1.9.9"
}
}
]
}
}