{
    "version": "0.5.0",
    "description": "An app to debug in-production Electron-based apps.",
    "homepage": "https://github.com/pd4d10/debugtron",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/pd4d10/debugtron/releases/download/v0.5.0/Debugtron-win32-x64-0.5.0.zip",
            "hash": "9145a1e443f5ff368b2e08ffca6c2f1bdac0e84b80ed2c23255492bae47472f7"
        }
    },
    "shortcuts": [
        [
            "Debugtron.exe",
            "Debugtron"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/pd4d10/debugtron/releases",
        "jsonpath": "$..tag_name",
        "regex": "v([\\d.]+)\""
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/pd4d10/debugtron/releases/download/v$version/Debugtron-win32-x64-$version.zip"
            }
        }
    }
}
