{
    "version": "2.3.41",
    "description": "Spend more time programming. One command for an instant, secure URL to your localhost server through any NAT or firewall.",
    "homepage": "https://ngrok.com/",
    "license": {
        "identifier": "Shareware",
        "url": "https://ngrok.com/tos"
    },
    "architecture": {
        "64bit": {
            "url": "https://bin.ngrok.com/a/hd2BBHau1GR/ngrok-2.3.41-windows-amd64.zip",
            "hash": "b4989ca45f19bb5aff3ea61ccf316374b5d3f1dc787c83b80f354914cfa37f36"
        },
        "32bit": {
            "url": "https://bin.ngrok.com/a/4i4sQ4zMCpQ/ngrok-2.3.41-windows-386.zip",
            "hash": "fe1b3b283050c47e3eb568420170b9efaa92202f4d43858715b04e1037f961bb"
        }
    },
    "bin": "ngrok.exe",
    "checkver": {
        "url": "https://ngrok.com/download/archive/ngrok/ngrok/stable/ngrok_archive",
        "regex": "/a/(?<hash64bit>\\w+)/ngrok-([\\d.]+)-windows-amd64.zip(?:.|\\n)+?/a/(?<hash32bit>\\w+)/ngrok-([\\d.]+)-windows-386.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://bin.ngrok.com/a/$matchHash64bit/ngrok-$version-windows-amd64.zip"
            },
            "32bit": {
                "url": "https://bin.ngrok.com/a/$matchHash32bit/ngrok-$version-windows-386.zip"
            }
        },
        "hash": {
            "url": "https://ngrok.com/download/archive/ngrok/ngrok/stable/ngrok_archive",
            "regex": "$url(?:.|\\n)+?value=\"(\\w+)"
        }
    }
}
