ScoopInstaller_Main/bucket/naiveproxy.json
2023-10-14 20:23:16 +00:00

37 lines
1.6 KiB
JSON

{
"version": "118.0.5993.65-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/v118.0.5993.65-1/naiveproxy-v118.0.5993.65-1-win-x64.zip",
"hash": "7b93ea6fc0d42c62767924fd82ce1587b5a36b6f721e58e76d3d388f1bdb46e1",
"extract_dir": "naiveproxy-v118.0.5993.65-1-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v118.0.5993.65-1/naiveproxy-v118.0.5993.65-1-win-x86.zip",
"hash": "adb449e7bdc98c59649ccc53c28b64b7ef4700ecf6656e394b1f8cbc6f664b19",
"extract_dir": "naiveproxy-v118.0.5993.65-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"
}
}
}
}