diff --git a/module.json b/module.json new file mode 100644 index 0000000..b0124e5 --- /dev/null +++ b/module.json @@ -0,0 +1,34 @@ +{ + "id": "swade-mb-helpers", + "name": "SWADE Helpers (MB)", + "title": "SWADE Helpers collected as a module", + "description": "Mike's collection of swade helpers", + "version": "1.0.0", + "authors": [ + { + "name": "Mike" + } + ], + "minimumCoreVersion": "10", + "compatibleCoreVersion": "10", + "compatibility": { + "minimum": "10", + "verified": "10" + }, + "packs": [ + { + "name": "module-docs", + "label": "Module Documentation", + "path": "./packs/module-docs.db", + "type": "JournalEntry" + }, + { + "name": "swpf-macros", + "label": "Savage Pathfinder Macros", + "path": "./packs/swpf-macros", + "type": "Macro" + } + ], + "manifest": "https://git.bloy.org/foundryvtt/swade-mb-helpers/raw/branch/main/module.json", + "download": "https://git.bloy.org/foundryvtt/swade-mb-helpers/archive/main.zip" + }