Add support for the Bug Reporter module
This commit is contained in:
parent
ce7ced5e7c
commit
57c8fe0eea
1 changed files with 21 additions and 1 deletions
|
@ -7,6 +7,24 @@
|
|||
"compatibleCoreVersion": "0.7.9",
|
||||
"templateVersion": 2,
|
||||
"author": "Johannes Loher, Gesina Schwalbe, Oliver Rümpelein, Siegfried Krug",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Johannes Loher",
|
||||
"email": "johannes.loher@fg4f.de"
|
||||
},
|
||||
{
|
||||
"name": "Gesina Schwalbe",
|
||||
"email": "gesina.schwalbe@pheerai.de"
|
||||
},
|
||||
{
|
||||
"name": "Oliver Rümpelein",
|
||||
"email": "foundryvtt@pheerai.de"
|
||||
},
|
||||
{
|
||||
"name": "Siegfried Krug",
|
||||
"email": "foundryvtt@asdil1991.de"
|
||||
}
|
||||
],
|
||||
"esmodules": ["module/ds4.js"],
|
||||
"styles": ["ds4.css"],
|
||||
"scripts": [],
|
||||
|
@ -45,5 +63,7 @@
|
|||
"manifest": "https://git.f3l.de/dungeonslayers/ds4/-/raw/latest/src/system.json?inline=false",
|
||||
"download": "https://git.f3l.de/dungeonslayers/ds4/-/jobs/artifacts/0.2.1/download?job=build",
|
||||
"license": "MIT",
|
||||
"initiative": "@combatValues.initiative.total"
|
||||
"initiative": "@combatValues.initiative.total",
|
||||
"manifestPlusVersion": "1.0.0",
|
||||
"bugs": "https://git.f3l.de/dungeonslayers/ds4/-/issues"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue