{
    "id": "token-tooltip-alt",
    "title": "Token Tooltip Alt",
    "description": "A module that adds a fully customizable tooltip next to the currently hovered token to show some useful information for players and DMs.",
    "version": "3.3.6",
    "authors": [
        {
            "name": "bmarian",
            "discord": "Marian#8010",
            "url": "https://github.com/bmarian"
        },
        {
            "name": "Valkyrion",
            "url": "https://github.com/msprijatelj"
        }
    ],
    "esmodules": [
        "scripts/TTAFoundryApiIntegration/TTAMain.js"
    ],
    "scripts": [
        "https://cdnjs.cloudflare.com/ajax/libs/mathjs/11.8.0/math.min.js",
        "https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js"
    ],
    "relationships": {
        "requires": [
            {
                "id": "_CodeMirror",
                "name": "_CodeMirror",
                "type": "module",
                "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/codemirror-lib/master/module.json"
            }
        ]
    },
    "styles": [
        "styles/token-tooltip-alt.css"
    ],
    "compatibility": {
        "minimum": "13",
        "verified": "13"
    },
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "languages/en.json"
        },
        {
            "lang": "es",
            "name": "Español",
            "path": "languages/es.json"
        },
        {
            "lang": "ko",
            "name": "Korean",
            "path": "languages/ko.json"
        },
        {
            "lang": "ja",
            "name": "日本語",
            "path": "languages/ja.json"
        }
    ],
    "media": [
        {
            "type": "icon",
            "url": "https://i.imgur.com/V3n665D.png"
        },
        {
            "type": "setup",
            "url": "https://i.imgur.com/V3n665D.png"
        }
    ],
    "url": "https://github.com/msprijatelj/token-tooltip-alt",
    "manifest": "https://github.com/msprijatelj/token-tooltip-alt/releases/latest/download/module.json",
    "download": "https://github.com/msprijatelj/token-tooltip-alt/releases/download/3.3.6/module.zip",
    "changelog": "https://github.com/msprijatelj/token-tooltip-alt/releases",
    "flags": {
        "media": [
            {
                "type": "icon",
                "url": "https://i.imgur.com/V3n665D.png"
            }
        ],
        "manifestPlusVersion": "1.2.0",
        "allowBugReporter": true
    }
}