{
    "version": "0.9.25-alpha",
    "description": "A native, user-mode, multi-process, graphical debugger.",
    "homepage": "https://github.com/EpicGamesExt/raddebugger",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/EpicGamesExt/raddebugger/releases/download/v0.9.25-alpha/raddbg.zip",
            "hash": "d9ea07d065dc80cfe43f30963c16c966c41eded11be151a445bcddc38da354aa"
        }
    },
    "bin": [
        "radbin.exe",
        "raddbg.exe",
        "radlink.exe"
    ],
    "shortcuts": [
        [
            "raddbg.exe",
            "RAD Debugger"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/EpicGamesExt/raddebugger/releases",
        "jsonpath": "$.[?(@.tag_name =~ /v[\\d.]+-alpha/)].tag_name",
        "regex": "v([\\d.]+-alpha)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/EpicGamesExt/raddebugger/releases/download/v$version/raddbg.zip"
            }
        }
    }
}
