{
    "version": "0.31.0",
    "description": "A roguelike adventure through dungeons filled with dangerous monsters in a quest to find the mystifyingly fabulous Orb of Zot.",
    "homepage": "https://crawl.develz.org",
    "license": "GPL-2.0-only",
    "url": "https://github.com/crawl/crawl/releases/download/0.31.0/dcss-0.31.0-win32-tiles.zip",
    "hash": "318fb130bb6e0c1b4d01511c0366f907e5095d59cbed0a00d608a4f903a9d312",
    "extract_dir": "stone_soup-tiles-0.31",
    "bin": [
        [
            "crawl.exe",
            "crawl-tiles"
        ]
    ],
    "shortcuts": [
        [
            "crawl.exe",
            "DCSS Tiles"
        ]
    ],
    "checkver": {
        "url": "https://crawl.develz.org/download.htm",
        "regex": "dcss-([\\d.]+)-win32-tiles"
    },
    "autoupdate": {
        "url": "https://github.com/crawl/crawl/releases/download/$version/dcss-$version-win32-tiles.zip",
        "extract_dir": "stone_soup-tiles-$majorVersion.$minorVersion"
    }
}
