{
    "version": "1.9.6",
    "description": "Synchronize games from other platforms into your Steam library",
    "homepage": "https://github.com/PhilipK/BoilR",
    "license": "MIT|Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/PhilipK/BoilR/releases/download/v.1.9.6/windows_BoilR.exe",
            "hash": "48a9148ea809710ff93260f452f7594cb607c1ea9841f8c1cfc7fdd0ff576f5e"
        }
    },
    "bin": [
        [
            "windows_BoilR.exe",
            "boilr",
            "--no-ui"
        ]
    ],
    "shortcuts": [
        [
            "windows_BoilR.exe",
            "BoilR"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/PhilipK/BoilR/releases/latest",
        "jsonpath": "$.assets..browser_download_url",
        "regex": "/v\\.([\\d.]+)/windows_BoilR\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/PhilipK/BoilR/releases/download/v.$version/windows_BoilR.exe"
            }
        }
    }
}
