added Manifest links

This commit is contained in:
Russell
2020-02-27 21:12:14 -06:00
parent c8e5783f75
commit 26a761241f
2 changed files with 5 additions and 3 deletions

View File

@@ -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. Open your Dungeon Draft map file in any text editor and paste the contents into the dialog.
Manifest: Manifest: `https://raw.githubusercontent.com/moo-man/FVTT-DD-Import/master/module.json`

View File

@@ -1,11 +1,13 @@
{ {
"name": "dd-import", "name": "dd-import",
"title": "DungeonDraft Importer", "title": "DungeonDraft Importer",
"description": "Imports walls from Dungeon Draft map files", "description": "Imports scene elements from Dungeon Draft map files",
"version": 0.1, "version": 0.1,
"author": "Moo Man", "author": "Moo Man",
"scripts": ["./ddimport.js"], "scripts": ["./ddimport.js"],
"styles": ["./styles.css"], "styles": ["./styles.css"],
"packs": [], "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"
} }