webchat/.cdb.json

14 lines
659 B
JSON

{
"type": "MOD",
"title": "Web chat",
"name": "webchat",
"short_description": "Makes the in-game chat accessible through a web browser.",
"tags": ["chat"],
"license": "LGPL-3.0-or-later",
"media_license": "LGPL-3.0-or-later",
"long_description": "This mod makes the in-game chat accessible through a web browser. The mod itself implements the Minetest server-side functions. It also contains example PHP code for the web chat GUI and the interaction with the Minetest server.",
"repo": "https://gitlab.com/seckl/webchat.git",
"website": "https://gitlab.com/seckl/webchat/",
"issue_tracker": "https://gitlab.com/seckl/webchat/-/issues"
}