ScoopInstaller_Main/bucket/naiveproxy.json
2022-05-03 00:33:35 +00:00

37 lines
1.6 KiB
JSON

{
"version": "101.0.4951.41-1",
"description": "A proxy using Chrome's network stack to camouflage traffic with strong censorship resistence and low detectablility.",
"homepage": "https://github.com/klzgrad/naiveproxy",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v101.0.4951.41-1/naiveproxy-v101.0.4951.41-1-win-x64.zip",
"hash": "6f14e078fde06a6b393960d150f77692c52079fe6e56199c5f86986b55bb1706",
"extract_dir": "naiveproxy-v101.0.4951.41-1-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v101.0.4951.41-1/naiveproxy-v101.0.4951.41-1-win-x86.zip",
"hash": "cee1dc8842bfc32b1d09076a36aa5ffe5a727c694ffffb7323ce91c2fa2c06ce",
"extract_dir": "naiveproxy-v101.0.4951.41-1-win-x86"
}
},
"bin": "naive.exe",
"persist": "config.json",
"checkver": {
"github": "https://github.com/klzgrad/naiveproxy",
"regex": "tag/v([\\w.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v$version/naiveproxy-v$version-win-x64.zip",
"extract_dir": "naiveproxy-v$version-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v$version/naiveproxy-v$version-win-x86.zip",
"extract_dir": "naiveproxy-v$version-win-x86"
}
}
}
}