{ "title": "Export Journals", "description": "Export Journal Compendiums as PDF or Markdown. Optionally apply Foundry Enricher (links, embeds, etc.) and remove all links from the export.", "version": "1.0.4", "url": "https://github.com/Cibola8/exportjournals", "manifest": "https://raw.githubusercontent.com/Cibola8/exportjournals/main/module.json", "download": "https://github.com/Cibola8/exportjournals/releases/download/1.0.4/exportjournals-1.0.4.zip", "languages": [{ "lang": "de", "name": "Deutsch", "path": "lang/de.json" }, { "lang": "en", "name": "English", "path": "lang/en.json" } ], "esmodules": [ "bundle/modules/init.js" ], "scripts": [ "libs/jszip.js" ], "id": "exportjournals", "authors": [{ "name": "Cibola8" }], "compatibility": { "minimum": "13", "verified": "13", "maximum": "13" }, "flags": { "hotReload": { "extensions": [ "css", "html", "hbs", "json" ], "paths": [ "templates", "styles/css", "lang" ] } } }