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",
|
||||
"title": "Improved Countdowns",
|
||||
"description": "A modern, draggable countdown tracker for the Daggerheart system.",
|
||||
"version": "1.0.0",
|
||||
"library": false,
|
||||
"url": "https://github.com/cptn-cosmo/dh-improved-countdowns",
|
||||
"manifest": "https://github.com/cptn-cosmo/dh-improved-countdowns/releases/latest/download/module.json",
|
||||
"download": "https://github.com/cptn-cosmo/dh-improved-countdowns/releases/download/1.0.0/dh-improved-countdowns.zip",
|
||||
"compatibility": {
|
||||
"minimum": "13",
|
||||
"verified": "13"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "CPTN Cosmo",
|
||||
"email": "cptncosmo@gmail.com",
|
||||
"url": "https://github.com/cptn-cosmo",
|
||||
"discord": "cptn_cosmo"
|
||||
"discord": "cptn_cosmo",
|
||||
"flags": {}
|
||||
}
|
||||
],
|
||||
"relationships": {
|
||||
"systems": [
|
||||
{
|
||||
"id": "daggerheart"
|
||||
"id": "daggerheart",
|
||||
"type": "system",
|
||||
"compatibility": {}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -28,8 +30,8 @@
|
|||
"styles": [
|
||||
"styles/countdown.css"
|
||||
],
|
||||
"compatibility": {
|
||||
"minimum": "13",
|
||||
"verified": "13"
|
||||
}
|
||||
"url": "https://github.com/cptn-cosmo/dh-improved-countdowns",
|
||||
"manifest": "https://github.com/cptn-cosmo/dh-improved-countdowns/releases/latest/download/module.json",
|
||||
"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