{ "id": "taf", "title": "Text-Based Actors", "description": "An intentionally minimalist system that enables you to play rules-light games without getting in your way!", "version": "2.3.0", "download": "", "manifest": "", "url": "https://git.varify.ca/Foundry/taf", "compatibility": { "minimum": 13, "verified": 13, "maximum": 13 }, "authors": [ { "name": "Oliver" } ], "esmodules": [ "./module/main.mjs" ], "styles": [ { "src": "./styles/main.css", "layer": "system" } ], "languages": [ { "lang": "en", "name": "English (Canadian)", "path": "langs/en-ca.json" } ], "documentTypes": { "Actor": { "player": { "htmlFields": [ "content" ], "filePathFields": {} } }, "Item": {} }, "socket": true, "flags": { "hotReload": { "extensions": ["css", "hbs", "json", "js", "mjs", "svg"], "paths": ["templates", "langs", "styles", "module", "assets"] } } }