ScoopInstaller_Main/bucket/naiveproxy.json
2020-08-30 11:06:44 +02:00

37 lines
1.6 KiB
JSON

{
"version": "85.0.4183.83-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/v85.0.4183.83-1/naiveproxy-v85.0.4183.83-1-win-x64.zip",
"hash": "422254204b1baea395771a75fc1cdc3379398349da600f6217872c5eec363871",
"extract_dir": "naiveproxy-v85.0.4183.83-1-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v85.0.4183.83-1/naiveproxy-v85.0.4183.83-1-win-x86.zip",
"hash": "45fa5ba98b9af2ac0f0f90eabe5ac3829392e75a8305ce10a594b76dada03391",
"extract_dir": "naiveproxy-v85.0.4183.83-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"
}
}
}
}