refactor: adjust module.json based on working template
This commit is contained in:
parent
19ccbd70da
commit
e2966d85bd
1 changed files with 13 additions and 11 deletions
24
module.json
24
module.json
|
|
@ -1,24 +1,26 @@
|
||||||
{
|
{
|
||||||
"id": "dh-improved-countdowns",
|
"id": "dh-improved-countdowns",
|
||||||
"title": "Improved Countdowns",
|
"title": "Improved Countdowns",
|
||||||
"description": "A modern, draggable countdown tracker for the Daggerheart system.",
|
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"library": false,
|
"compatibility": {
|
||||||
"url": "https://github.com/cptn-cosmo/dh-improved-countdowns",
|
"minimum": "13",
|
||||||
"manifest": "https://github.com/cptn-cosmo/dh-improved-countdowns/releases/latest/download/module.json",
|
"verified": "13"
|
||||||
"download": "https://github.com/cptn-cosmo/dh-improved-countdowns/releases/download/1.0.0/dh-improved-countdowns.zip",
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "CPTN Cosmo",
|
"name": "CPTN Cosmo",
|
||||||
"email": "cptncosmo@gmail.com",
|
"email": "cptncosmo@gmail.com",
|
||||||
"url": "https://github.com/cptn-cosmo",
|
"url": "https://github.com/cptn-cosmo",
|
||||||
"discord": "cptn_cosmo"
|
"discord": "cptn_cosmo",
|
||||||
|
"flags": {}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"relationships": {
|
"relationships": {
|
||||||
"systems": [
|
"systems": [
|
||||||
{
|
{
|
||||||
"id": "daggerheart"
|
"id": "daggerheart",
|
||||||
|
"type": "system",
|
||||||
|
"compatibility": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -28,8 +30,8 @@
|
||||||
"styles": [
|
"styles": [
|
||||||
"styles/countdown.css"
|
"styles/countdown.css"
|
||||||
],
|
],
|
||||||
"compatibility": {
|
"url": "https://github.com/cptn-cosmo/dh-improved-countdowns",
|
||||||
"minimum": "13",
|
"manifest": "https://github.com/cptn-cosmo/dh-improved-countdowns/releases/latest/download/module.json",
|
||||||
"verified": "13"
|
"download": "https://github.com/cptn-cosmo/dh-improved-countdowns/releases/download/1.0.0/dh-improved-countdowns.zip",
|
||||||
}
|
"description": "A modern, draggable countdown tracker for the Daggerheart system."
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue