ScoopInstaller_Main/bucket/naiveproxy.json
2022-09-02 04:56:07 +00:00

37 lines
1.6 KiB
JSON

{
"version": "105.0.5195.52-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/v105.0.5195.52-1/naiveproxy-v105.0.5195.52-1-win-x64.zip",
"hash": "860fa91c90b977a42d69409faae08af0e5b057fc53dcf6b28e723ebd51e706ed",
"extract_dir": "naiveproxy-v105.0.5195.52-1-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v105.0.5195.52-1/naiveproxy-v105.0.5195.52-1-win-x86.zip",
"hash": "e8341ca74ec1a7cd81f3ae2f9691901637fc2e6f8192a5b4e0e0e2608d1eaa10",
"extract_dir": "naiveproxy-v105.0.5195.52-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"
}
}
}
}