{ "id": "anyfinder", "title": "Anyfinder", "description": "System-agnostic pathfinding for Foundry VTT. Drag tokens and let Anyfinder compute shortest legal routes across walls and exploration constraints.", "version": "13.0.0", "compatibility": { "minimum": "13", "verified": "13", "maximum": "13" }, "authors": [ { "name": "Apostol Apostolov" } ], "url": "https://github.com/apoapostolov/Anyfinder-for-Foundry-VTT", "manifest": "https://raw.githubusercontent.com/apoapostolov/Anyfinder-for-Foundry-VTT/main/module.json", "download": "https://github.com/apoapostolov/Anyfinder-for-Foundry-VTT/archive/refs/heads/main.zip", "readme": "https://raw.githubusercontent.com/apoapostolov/Anyfinder-for-Foundry-VTT/main/README.md", "changelog": "https://raw.githubusercontent.com/apoapostolov/Anyfinder-for-Foundry-VTT/main/CHANGELOG.md", "bugs": "https://github.com/apoapostolov/Anyfinder-for-Foundry-VTT/issues", "esmodules": [ "dist/anyfinder.js" ], "languages": [ { "lang": "en", "name": "English", "path": "languages/en.json" } ], "relationships": { "requires": [ { "id": "lib-wrapper", "type": "module", "manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json" } ] }, "license": "LICENSE" }