Add support for the Bug Reporter module

This commit is contained in:
Johannes Loher 2021-02-17 08:37:20 +01:00
parent ce7ced5e7c
commit 57c8fe0eea

View file

@ -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"
}