{ "title": "Crash's Tracking & Training (5e)", "description": "Adds a tab to the character sheet to keep track of downtime activities, training, spell scribing, faction reputation, quest progress, and anything else you can think of.", "url": "https://github.com/crash1115/5e-training", "readme": "https://github.com/crash1115/5e-training/blob/master/README.md", "bugs": "https://github.com/crash1115/5e-training/issues", "version": "1.0.0", "esmodules": [ "scripts/crash-5e-training.js" ], "styles": [ "styles/training-tab.css", "styles/tracked-item-app.css", "styles/audit-log.css", "styles/category-app.css" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json", "flags": {} }, { "lang": "ko", "name": "한국어", "path": "lang/ko.json", "flags": {} }, { "lang": "es", "name": "Español", "path": "lang/es.json", "flags": {} } ], "manifest": "https://raw.githubusercontent.com/crash1115/5e-training/master/module.json", "download": "https://github.com/crash1115/5e-training/releases/download/v1.0.0/5e-training.zip", "id": "5e-training", "authors": [ { "name": "CRASH1115#2944", "flags": {} } ], "compatibility": { "minimum": "10", "verified": "10" }, "relationships": { "systems": [{ "id": "dnd5e", "type": "system", "manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json", "compatibility": { "minimum": "2.0.3", "verified": "2.0.3" } }] } }