{
    "title": "Tile Sort",
    "description": "Manage Z-index of tiles",
    "version": "3.0.0",
    "authors": [
        {
            "name": "theripper93",
            "email": "tsplab@gmail.com",
            "url": "https://www.patreon.com/theripper93"
        }
    ],
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "languages/en.json"
        }
    ],
    "scripts": [
        "scripts/main.js",
        "scripts/config.js",
        "scripts/sortable.js"
    ],
    "styles": [
        "styles/module.css"
    ],
    "url": "https://github.com/theripper93/tile-sort",
    "manifest": "https://github.com/theripper93/tile-sort/releases/latest/download/module.json",
    "download": "https://github.com/theripper93/tile-sort/releases/download/3.0.0/module.zip",
    "socket": true,
    "id": "tile-sort",
    "relationships": {
        "requires": [
            {
                "id": "lib-wrapper",
                "type": "module",
                "compatibility": {}
            }
        ]
    },
    "compatibility": {
        "minimum": "13",
        "verified": "13"
    }
}