{ "id": "quest-book", "title": "Quest Book", "description": "Quest/task management for PF2e. NPC quest-givers, quests with game-world timer, auto status transitions, chat notifications.", "version": "1.0.0", "compatibility": { "minimum": "13", "verified": "13" }, "authors": [ { "name": "AnkeKatomeky", "url": "https://github.com/AnkeKatomeky" } ], "esmodules": [ "scripts/quest-book-settings.mjs", "scripts/quest-book-app.mjs", "scripts/quest-book.mjs" ], "styles": [ "styles/quest-book.css" ], "socket": true, "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "ru", "name": "Русский", "path": "lang/ru.json" } ], "relationships": { "systems": [ { "id": "pf2e", "type": "system", "compatibility": { "minimum": "7.0.0", "verified": "7.8.0" } } ] }, "url": "https://github.com/AnkeKatomeky/quest-book", "manifest": "https://raw.githubusercontent.com/AnkeKatomeky/quest-book/main/module.json", "download": "https://github.com/AnkeKatomeky/quest-book/releases/download/1.0.0/quest-book.zip", "readme": "https://github.com/AnkeKatomeky/quest-book/blob/main/README.md" }