ScoopInstaller_Main/chromedriver.json
2018-03-16 17:00:20 +00:00

15 lines
544 B
JSON

{
"version": "2.37",
"homepage": "https://sites.google.com/a/chromium.org/chromedriver/",
"url": "https://chromedriver.storage.googleapis.com/2.37/chromedriver_win32.zip",
"hash": "60c356fa6b7db08ecc127e02901618495af10f08806021760a01679facaab9fe",
"bin": "chromedriver.exe",
"checkver": {
"url": "https://chromedriver.storage.googleapis.com/LATEST_RELEASE",
"re": "([\\d.]+)"
},
"autoupdate": {
"url": "https://chromedriver.storage.googleapis.com/$version/chromedriver_win32.zip"
}
}