From 57c8fe0eea5b1a3c2449a3a1ffa7aaf315b274fa Mon Sep 17 00:00:00 2001
From: Johannes Loher <johannes.loher@fg4f.de>
Date: Wed, 17 Feb 2021 08:37:20 +0100
Subject: [PATCH] Add support for the Bug Reporter module

---
 src/system.json | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/src/system.json b/src/system.json
index 369b033..773ee06 100644
--- a/src/system.json
+++ b/src/system.json
@@ -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"
 }