fill out manifest
2 files changed, 11 insertions(+), 2 deletions(-)

M README.md
M system.json
M README.md +3 -1
@@ 1,3 1,5 @@ 
 # Bearbones
 
-A minimalistic FoundryVTT system to complement external tabletop systems
+A minimalistic FoundryVTT system because I'm using dndbeyond for everything but the actual table top
+
+This is a hobby project and is not intended for general use.

          
M system.json +8 -1
@@ 2,6 2,7 @@ 
     "name": "bearbones",
     "title": "Bearbones is Bearbones",
     "description": "My Dog ate my Character Sheet",
+    "author": "vingiesel",
     "packs": [],
     "languages": [],
     "gridDistance": "5",

          
@@ 11,5 12,11 @@ 
     "esmodules": ["Bearbones.js"],
     "styles": [
         "styles/style.css"
-    ]
+    ],
+    "version": "1.0.0",
+    "minimumCoreVersion": "0.8.9",
+    "compatibleCoreVersion": "0.8.9",
+    "url": "https://hg.sr.ht/~vingiesel/Bearbones/",
+    "manifest": "https://hg.sr.ht/~vingiesel/Bearbones/raw/system.json?rev=tip",
+    "download": "https://hg.sr.ht/~vingiesel/Bearbones/archive/tip.tar.gz"
 }
  No newline at end of file