{
    "version": "1.10.2",
    "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.10.2/Tiled-1.10.2_Windows-10+_x86_64.msi",
            "hash": "72b79370c3de694cd4d59f4e006422d11689a935a556015e170d7e216bbc0708"
        },
        "32bit": {
            "url": "https://github.com/mapeditor/tiled/releases/download/v1.10.2/Tiled-1.10.2_Windows-7-8_x86.msi",
            "hash": "8d50cae3f4e0fadf591fb833d99598f4ee6708f8475d2db6b7473fc60f29fe2b"
        }
    },
    "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"
            }
        }
    }
}
