ScoopInstaller_Main/bucket/naiveproxy.json
2021-10-29 16:28:16 +08:00

37 lines
1.6 KiB
JSON

{
"version": "95.0.4638.54-3",
"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/v95.0.4638.54-3/naiveproxy-v95.0.4638.54-3-win-x64.zip",
"hash": "3c23ffca7ae83f411d353abe73d8fcb78dafb3f43b48c264d13a648193c012ba",
"extract_dir": "naiveproxy-v95.0.4638.54-3-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v95.0.4638.54-3/naiveproxy-v95.0.4638.54-3-win-x86.zip",
"hash": "2ca0b79aa22c1a3e656fc422a3b0d99d77daa23373ab7d08d38f2e4164e08139",
"extract_dir": "naiveproxy-v95.0.4638.54-3-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"
}
}
}
}