29 lines
892 B
JSON
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.10",
|
|
"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"
|
|
}
|