{ "id": "uvtt-exporter", "title": "UVTT Scene Exporter", "description": "Export Foundry VTT scenes — background image, walls, doors, and ambient lights — to spec-compliant Universal VTT (.uvtt) files readable by AboveVTT, Roll20, Arkenforge, Fantasy Grounds Unity, and other UVTT consumers.", "version": "1.0.0", "compatibility": { "minimum": "14", "verified": "14.364" }, "authors": [ { "name": "arrowedisgaming", "url": "https://github.com/arrowedisgaming" } ], "esmodules": [ "./src/uvtt-exporter.mjs" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" } ], "url": "https://github.com/arrowedisgaming/uvtt-exporter", "manifest": "https://raw.githubusercontent.com/arrowedisgaming/uvtt-exporter/master/module.json", "download": "https://github.com/arrowedisgaming/uvtt-exporter/releases/download/release-1.0.0/uvtt-exporter-release-1.0.0.zip", "bugs": "https://github.com/arrowedisgaming/uvtt-exporter/issues", "readme": "https://github.com/arrowedisgaming/uvtt-exporter/blob/master/README.md", "license": "LICENSE" }