fix: minimalist module.json for troubleshooting visibility
This commit is contained in:
parent
e2966d85bd
commit
5135852ff2
1 changed files with 4 additions and 13 deletions
17
module.json
17
module.json
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"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",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "13",
|
"minimum": "13",
|
||||||
|
|
@ -8,19 +9,13 @@
|
||||||
},
|
},
|
||||||
"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": {}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -29,9 +24,5 @@
|
||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
"styles/countdown.css"
|
"styles/countdown.css"
|
||||||
],
|
]
|
||||||
"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