{
    "version": "6.1.0",
    "description": "Desktop app for the HTML5 2D+3D game maker",
    "homepage": "http://superpowers-html5.com",
    "license": "ISC",
    "architecture": {
        "64bit": {
            "url": "https://github.com/superpowers/superpowers-app/releases/download/v6.1.0/superpowers-v6.1.0-win-x64.zip",
            "hash": "12c11d8ea32fc4283c6b16ff18477a1af29980131d71e98daf7f9d0516045337",
            "extract_dir": "superpowers-v6.1.0-win-x64"
        },
        "32bit": {
            "url": "https://github.com/superpowers/superpowers-app/releases/download/v6.1.0/superpowers-v6.1.0-win-ia32.zip",
            "hash": "1bdd9d38ba6fe82948ca68ff3bb9af1ee03dd7b354830aedc88d872b26eecd50",
            "extract_dir": "superpowers-v6.1.0-win-ia32"
        }
    },
    "bin": "Superpowers.exe",
    "shortcuts": [
        [
            "Superpowers.exe",
            "Superpowers"
        ]
    ],
    "checkver": {
        "github": "https://github.com/superpowers/superpowers-app"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/superpowers/superpowers-app/releases/download/v$version/superpowers-v$version-win-x64.zip",
                "extract_dir": "superpowers-v$version-win-x64"
            },
            "32bit": {
                "url": "https://github.com/superpowers/superpowers-app/releases/download/v$version/superpowers-v$version-win-ia32.zip",
                "extract_dir": "superpowers-v$version-win-ia32"
            }
        }
    }
}
