{ "name": "ChatMerge", "title": "Chat Merge", "description": "Merges chat messages from the same speaker.", "version": "0.2.5", "minimumCoreVersion" : "0.6.0", "compatibleCoreVersion": "0.7.9", "author": "Hello World", "esmodules": ["scripts/main.js"], "styles": ["style.css"], "socket": true, "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "ko", "name": "한국어 (Korean)", "path": "lang/ko.json" } ], "url": "https://github.com/FoundryModule/Modules/tree/master/ChatMerge", "manifest": "https://raw.githubusercontent.com/FoundryModule/Modules/master/ChatMerge/module.json", "download": "https://github.com/FoundryModule/Modules/blob/master/ChatMerge/ChatMerge.zip?raw=true" }