Files
Myxeliums_Battlemap_Importe…/module.json
2026-01-08 05:59:26 +01:00

29 lines
892 B
JSON

{
"id": "quick-battlemap-importer",
"title": "Myxeliums Battlemap Importer",
"description": "Import battlemaps by simply dragging in a background image and wall/light data JSON file",
"version": "1.5.11",
"compatibility": {
"minimum": "10",
"verified": "13"
},
"authors": [
{
"name": "Myxelium",
"url": "https://github.com/Myxelium"
}
],
"esmodules": ["scripts/myxeliums-battlemap.js"],
"styles": ["styles/myxeliums-battlemap.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "https://github.com/Myxelium/FoundryVTT-Quick-Import",
"manifest": "https://github.com/Myxelium/FoundryVTT-Quick-Import/releases/latest/download/module.json",
"download": "https://github.com/Myxelium/FoundryVTT-Quick-Import/releases/latest/download/myxeliums-battlemap-importer.zip"
}