{
    "id": "custom-chat-tabs",
    "title": "Custom Chat Tabs",
    "description": "A system-agnostic Foundry VTT module that adds customisable chat tabs.",
    "version": "1.1.3",
    "authors": [
        {
            "name": "Larkinabout",
            "url": "https://github.com/Larkinabout"
        }
    ],
    "compatibility": {
        "minimum": "13.341",
        "verified": "14.361",
        "maximum": "14.999"
    },
    "esmodules": [
        "scripts/module.mjs"
    ],
    "styles": [
        "styles/custom-chat-tabs.css"
    ],
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "languages/en.json"
        }
    ],
    "socket": true,
    "url": "https://github.com/Larkinabout/fvtt-custom-chat-tabs",
    "manifest": "https://github.com/Larkinabout/fvtt-custom-chat-tabs/releases/latest/download/module.json",
    "download": "https://github.com/Larkinabout/fvtt-custom-chat-tabs/releases/download/1.1.3/module.zip",
    "readme": "https://github.com/Larkinabout/fvtt-custom-chat-tabs#readme",
    "bugs": "https://github.com/Larkinabout/fvtt-custom-chat-tabs/issues"
}