{ "id": "mel-minimap", "title": "Mel-Minimap", "description": "Mel-Minimap is a Foundry Virtual Tabletop module that displays the complete active Scene in a compact overview window. The minimap preserves the original map aspect ratio, shows relevant Tokens and Map Notes, and marks the portion of the Scene currently visible on the main canvas.", "url": "https://github.com/melnari/mel-minimap", "manifest": "https://raw.githubusercontent.com/melnari/mel-minimap/main/module.json", "download": "https://github.com/melnari/mel-minimap/releases/download/v1.0.6/mel-minimap.zip", "version": "1.0.6", "type": "module", "authors": [ { "name": "Melnari", "email": "info@melnari.de", "url": "https://github.com/melnari/mel-minimap", "discord": "lairis", "flags": {} } ], "compatibility": { "minimum": "14", "verified": "14.367" }, "media": [], "esmodules": [ "scripts/minimap.js" ], "styles": [ "styles/minimap.css" ], "languages": [ { "lang": "de", "name": "Deutsch", "path": "lang/de.json" }, { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "fr", "name": "Français", "path": "lang/fr.json" }, { "lang": "es", "name": "Español", "path": "lang/es.json" }, { "lang": "nl", "name": "Nederlands", "path": "lang/nl.json" } ] }