{
    "id": "token-attacher",
    "title": "Token Attacher",
    "description": "Attach anything(even tokens) to tokens, so that they move when the token moves and rotate/move when the token rotates. Create prefabs and many more features, see the github readme for more details.",
    "version": "v4.6.12",
    "compatibility": {
        "minimum": 13,
        "verified": 13
    },
    "authors": [
        {
            "name": "KayelGee",
            "url": "https://github.com/KayelGee",
            "discord": "KayelGee#5241"
        }
    ],
    "relationships": {
        "requires": [
            {
                "id": "lib-wrapper",
                "type": "module",
                "manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json"
            }
        ]
    },
    "esmodules": [
        "scripts/token-attacher.js",
        "scripts/compatiblity/levels.js",
        "scripts/compatiblity/wall-height.js",
        "scripts/compatiblity/enhanced-terrain-layer.js",
        "scripts/compatiblity/core.js"
    ],
    "styles": [
        "./css/token-attacher.css"
    ],
    "packs": [
        {
            "name": "example-macros",
            "label": "(TA)Example Macros",
            "path": "packs/example-macros",
            "type": "Macro"
        }
    ],
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "languages/en.json"
        },
        {
            "lang": "ko",
            "name": "Korean",
            "path": "languages/ko.json"
        },
        {
            "lang": "ja",
            "name": "日本語",
            "path": "languages/ja.json"
        },
        {
            "lang": "es",
            "name": "Español",
            "path": "languages/es.json"
        }
    ],
    "socket": true,
    "url": "https://github.com/KayelGee/token-attacher",
    "manifest": "https://github.com/KayelGee/token-attacher/releases/latest/download/module.json",
    "download": "https://github.com/KayelGee/token-attacher/releases/download/v4.6.12/token-attacher.zip",
    "readme": "https://github.com/KayelGee/token-attacher/blob/v4.6.12/README.md"
}