From 26a761241f68f972d0910d6bcfc450019baae10e Mon Sep 17 00:00:00 2001 From: Russell Date: Thu, 27 Feb 2020 21:12:14 -0600 Subject: [PATCH] added Manifest links --- README.md | 2 +- module.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e874ea..534e291 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ The import dialog is accessible by right clicking on a scene in the sidebar. Open your Dungeon Draft map file in any text editor and paste the contents into the dialog. -Manifest: \ No newline at end of file +Manifest: `https://raw.githubusercontent.com/moo-man/FVTT-DD-Import/master/module.json` \ No newline at end of file diff --git a/module.json b/module.json index 8da1e05..189d5e6 100644 --- a/module.json +++ b/module.json @@ -1,11 +1,13 @@ { "name": "dd-import", "title": "DungeonDraft Importer", - "description": "Imports walls from Dungeon Draft map files", + "description": "Imports scene elements from Dungeon Draft map files", "version": 0.1, "author": "Moo Man", "scripts": ["./ddimport.js"], "styles": ["./styles.css"], "packs": [], - "minimumCoreVersion": "0.4.4" + "minimumCoreVersion": "0.4.4", + "manifest": "https://raw.githubusercontent.com/moo-man/FVTT-DD-Import/master/module.json", + "download": "https://github.com/moo-man/FVTT-DD-Import/archive/master.zip" }