{ "id": "dnd5e-pdf-multilang-exporter", "title": "5e PDF Character Sheet Exporter (Multi-Lingual)", "description": "Export character sheets to official WoTC fillable pdf, multilingual (using google browser translate).", "version": "0.1.0", "compatibility": { "minimum": "12", "verified": "13" }, "relationships": { "systems": [ { "id": "dnd5e", "type": "system", "compatibility": { "minimum": "3.0", "verified": "5.1" } } ] }, "scripts": [ "scripts/lib/pdf-lib.min.js" ], "esmodules": [ "scripts/main.js" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "es", "name": "EspaƱol", "path": "lang/es.json" } ], "authors": [{ "name": "Memo Castro" }], "url": "https://github.com/Kaplar1208/dnd5e-pdf-exporter", "manifest": "https://raw.githubusercontent.com/Kaplar1208/dnd5e-pdf-exporter/main/module.json", "download": "https://github.com/Kaplar1208/dnd5e-pdf-exporter/releases/latest/download/dnd5e-pdf-multilang-exporter.zip" }