{ "id": "taf", "title": "Text-Based Actors", "description": "", "version": "2.0.0", "download": "https://github.com/Oliver-Akins/Text-Actors-Foundry/releases/latest/download/dotdungeon.zip", "manifest": "https://github.com/Oliver-Akins/Text-Actors-Foundry/releases/latest/download/system.json", "url": "https://github.com/Oliver-Akins/Text-Actors-Foundry", "compatibility": { "minimum": 13, "verified": 13, "maximum": 13 }, "authors": [ { "name": "Oliver Akins", "url": "https://oliver.akins.me" } ], "esmodules": [ "./module/main.mjs" ], "styles": [ { "src": "./styles/main.css", "layer": "system" } ], "packs": [], "documentTypes": { "Actor": { "player": { "htmlFields": [ "content" ], "filePathFields": {} } }, "Item": {} }, "flags": { "hotReload": { "extensions": ["css", "hbs", "json", "js", "mjs", "svg"], "paths": ["templates", "langs", ".styles", "module", "assets"] } } }