# HG changeset patch # User Evan Giesel # Date 1634185050 18000 # Wed Oct 13 23:17:30 2021 -0500 # Node ID 56e47d1d038bf9966d229dee330a4e5227befa0d # Parent e1bff1f328dfff848e99e364a4e2cae92917c297 fill out manifest diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -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. diff --git a/system.json b/system.json --- a/system.json +++ b/system.json @@ -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