29 lines
801 B
JSON
29 lines
801 B
JSON
{
|
|
"id": "easy-battlemap",
|
|
"title": "Easy Battlemap",
|
|
"description": "Create battlemaps by simply dragging in a background image and wall data JSON file",
|
|
"version": "1.0.0",
|
|
"compatibility": {
|
|
"minimum": "10",
|
|
"verified": "11"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Myxelium",
|
|
"url": "https://github.com/Myxelium"
|
|
}
|
|
],
|
|
"esmodules": ["scripts/easy-battlemap.js"],
|
|
"styles": ["styles/easy-battlemap.css"],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "languages/en.json"
|
|
}
|
|
],
|
|
"url": "https://github.com/Myxelium/test-module",
|
|
"manifest": "https://github.com/Myxelium/test-module/releases/latest/download/module.json",
|
|
"download": "https://github.com/Myxelium/test-module/releases/latest/download/easy-battlemap.zip"
|
|
}
|