{
    "version": "1.12.1",
    "description": "A free and open source, easy to use, and flexible level editor.",
    "homepage": "https://www.mapeditor.org/",
    "license": "GPL-2.0-only|BSD-2-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mapeditor/tiled/releases/download/v1.12.1/Tiled-1.12.1_Windows-10+_x86_64.msi",
            "hash": "6617fb91fbf09b079d835d1c1ecdbae4b227163ba9495bf28e3ef89f96a10f20"
        },
        "32bit": {
            "url": "https://github.com/mapeditor/tiled/releases/download/v1.12.1/Tiled-1.12.1_Windows-7-8_x86.msi",
            "hash": "5f3db96902dd911371aa3eab3cdb342f397859c2def99d413b5cdd617a299887"
        }
    },
    "extract_dir": "PFiles/Tiled",
    "bin": "tiled.exe",
    "shortcuts": [
        [
            "tiled.exe",
            "Tiled"
        ]
    ],
    "checkver": {
        "github": "https://github.com/mapeditor/tiled"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mapeditor/tiled/releases/download/v$version/Tiled-$version_Windows-10+_x86_64.msi"
            },
            "32bit": {
                "url": "https://github.com/mapeditor/tiled/releases/download/v$version/Tiled-$version_Windows-7-8_x86.msi"
            }
        }
    }
}
