{
    "version": "1.2.0",
    "description": "Macintosh Quadra (1991) emulator",
    "homepage": "https://github.com/felixrieseberg/macintosh.js",
    "license": "Freeware",
    "architecture": {
        "64bit": {
            "url": "https://github.com/felixrieseberg/macintosh.js/releases/download/v1.2.0/macintosh.js-win32-x64-1.2.0.zip",
            "hash": "bb137dfe1ca943491a59034f2b627f685858556ae6d747f8d9ac68c1590edb03"
        },
        "32bit": {
            "url": "https://github.com/felixrieseberg/macintosh.js/releases/download/v1.2.0/macintosh.js-win32-ia32-1.2.0.zip",
            "hash": "e22557c74236cbcca07a105b63581e18a6775c07a62867566890e9e9e015b46d"
        }
    },
    "shortcuts": [
        [
            "macintosh.js.exe",
            "macintosh.js"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/felixrieseberg/macintosh.js/releases/download/v$version/macintosh.js-win32-x64-$version.zip"
            },
            "32bit": {
                "url": "https://github.com/felixrieseberg/macintosh.js/releases/download/v$version/macintosh.js-win32-ia32-$version.zip"
            }
        }
    }
}
