fix: total compatibility module.json with id and name
This commit is contained in:
parent
5135852ff2
commit
1d9dc93605
1 changed files with 11 additions and 4 deletions
15
module.json
15
module.json
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "dh-improved-countdowns",
|
"id": "dh-improved-countdowns",
|
||||||
|
"name": "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",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "13",
|
"minimum": "13",
|
||||||
|
|
@ -9,13 +9,19 @@
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "CPTN Cosmo"
|
"name": "CPTN Cosmo",
|
||||||
|
"email": "cptncosmo@gmail.com",
|
||||||
|
"url": "https://github.com/cptn-cosmo",
|
||||||
|
"discord": "cptn_cosmo",
|
||||||
|
"flags": {}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"relationships": {
|
"relationships": {
|
||||||
"systems": [
|
"systems": [
|
||||||
{
|
{
|
||||||
"id": "daggerheart"
|
"id": "daggerheart",
|
||||||
|
"type": "system",
|
||||||
|
"compatibility": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -24,5 +30,6 @@
|
||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
"styles/countdown.css"
|
"styles/countdown.css"
|
||||||
]
|
],
|
||||||
|
"description": "A modern, draggable countdown tracker for the Daggerheart system."
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue