{
    "version": "0.11.0",
    "description": "An HTTP proxy server to automatically authenticate through an NTLM proxy.",
    "homepage": "https://github.com/genotrance/px",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/genotrance/px/releases/download/v0.11.0/px-v0.11.0-windows-amd64.zip",
            "hash": "4e69f56f5bad9878190a5e82b5ea18857d15ef34a04256a624a40b4458e96417"
        }
    },
    "bin": [
        "px.exe",
        "pxw.exe"
    ],
    "persist": "px.ini",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/genotrance/px/releases/download/v$version/px-v$version-windows-amd64.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
