Fill the form — your hanabi.module.json builds live on the right, validated as you type.
{
"schema_version": "5.0",
"id": "image-converter",
"name": "Image Converter",
"version": "0.1.0",
"category": "Media",
"summary": "Convert batches of images to PNG or JPG.",
"entrypoints": {
"ui": "ui/index.html"
},
"permissions": [
"files.read",
"files.write",
"data.store"
],
"filesystem": {
"root": "Modules/Image Converter",
"folders": [
{
"id": "imports",
"role": "input",
"path": "Modules/Image Converter/Imports"
},
{
"id": "exports",
"role": "output",
"path": "Modules/Image Converter/Exports"
}
]
},
"ui": {
"window": {
"default_width": 960,
"default_height": 620,
"min_width": 480,
"min_height": 360
}
}
}hanabi module pack.