ScoopInstaller_Main/bucket/chromedriver.json
2023-08-15 20:23:58 +00:00

35 lines
1.4 KiB
JSON

{
"version": "116.0.5845.96",
"description": "An open source tool for automated testing of webapps across many browsers",
"homepage": "https://chromedriver.chromium.org/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/win64/chromedriver-win64.zip",
"hash": "ad0526c8f136cb2e4844706899962a060a0cc968c2c9b1a032cc7fdca0ee920d",
"extract_dir": "chromedriver-win64"
},
"32bit": {
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/win32/chromedriver-win32.zip",
"hash": "02f545db7f182672cdcdcf21382d01245c4f665086a00574561f085fc32f1548",
"extract_dir": "chromedriver-win32"
}
},
"bin": "chromedriver.exe",
"checkver": {
"url": "https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json",
"jsonpath": "$.channels.Stable.version",
"regex": "([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$version/win64/chromedriver-win64.zip"
},
"32bit": {
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$version/win32/chromedriver-win32.zip"
}
}
}
}