{
    "version": "0.4.17",
    "description": "Selenium Manager is a command-line tool developed in Rust to allow cross platform execution.",
    "homepage": "https://www.selenium.dev/blog/2022/introducing-selenium-manager",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/SeleniumHQ/selenium/raw/trunk/common/manager/windows/selenium-manager.exe",
            "hash": "887de02450c96c8b772e8b70079ebffdb2827b3d0135e0cf2aead5465acf380f"
        }
    },
    "bin": "selenium-manager.exe",
    "checkver": {
        "script": [
            "$executable = \"selenium-manager.exe\"",
            "Invoke-WebRequest -URI \"https://github.com/SeleniumHQ/selenium/raw/trunk/common/manager/windows/$executable\" -OutFile $executable",
            "[array] $cmdOutput = Invoke-Expression \".\\$executable --version\"",
            "Remove-Item $executable",
            "$cmdOutput"
        ],
        "regex": "selenium-manager (.+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/SeleniumHQ/selenium/raw/trunk/common/manager/windows/selenium-manager.exe"
            }
        }
    }
}
