Extras/bucket/ios-webkit-debug-proxy.json

26 lines
1.1 KiB
JSON

{
"version": "1.9.1",
"description": "A DevTools proxy (Chrome Remote Debugging Protocol) for iOS devices (Safari Remote Web Inspector).",
"homepage": "https://github.com/google/ios-webkit-debug-proxy",
"license": "Apache-2.0, GPL-2.0-or-later, LGPL-2.1-or-later, OpenSSL",
"architecture": {
"64bit": {
"url": "https://github.com/google/ios-webkit-debug-proxy/releases/download/v1.9.1/ios-webkit-debug-proxy-1.9.1-win64-bin.zip",
"hash": "f1c7a62ae956ea9ad6fb3ae4cf13f3df882b0d52a7fcc34a0e4e728e0e364fed"
}
},
"bin": "ios_webkit_debug_proxy.exe",
"checkver": {
"github": "https://api.github.com/repos/google/ios-webkit-debug-proxy/releases",
"jsonpath": "$[?(@.prerelease == false && @.assets[?(@.browser_download_url =~ /win64/i)])].tag_name",
"regex": "(?<=\")(?<tag>v?([\\d.]+))(?=\")"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/google/ios-webkit-debug-proxy/releases/download/$matchTag/ios-webkit-debug-proxy-$version-win64-bin.zip"
}
}
}
}