{ "id": "downtime-manager", "title": "Downtime Manager", "description": "A comprehensive downtime framework for Foundry VTT with configurable stations, individual and collaborative projects, crafting, character rewards, system-aware checks, session management, reusable presets, and GM oversight tools.", "version": "1.0.0", "compatibility": { "minimum": "13", "verified": "13" }, "authors": [ { "name": "RedPandaSweg" } ], "url": "https://github.com/RedPandaSweg/downtime-manager", "manifest": "https://raw.githubusercontent.com/RedPandaSweg/downtime-manager/main/module.json", "download": "https://raw.githubusercontent.com/RedPandaSweg/downtime-manager/main/downtime-manager.zip", "bugs": "https://github.com/RedPandaSweg/downtime-manager/issues", "license": "MIT", "esmodules": [ "scripts/main.js" ], "styles": [ "styles/downtime-manager.css" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "de", "name": "Deutsch", "path": "lang/de.json" } ] }