ScoopInstaller_Main/bucket/naiveproxy.json
2021-03-04 14:05:15 +01:00

37 lines
1.6 KiB
JSON

{
"version": "89.0.4389.72-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/v89.0.4389.72-1/naiveproxy-v89.0.4389.72-1-win-x64.zip",
"hash": "116bb4c04b34ed4467dd5f5a2dd4151ac10caa8907688a57b36e47819ff3ccbf",
"extract_dir": "naiveproxy-v89.0.4389.72-1-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v89.0.4389.72-1/naiveproxy-v89.0.4389.72-1-win-x86.zip",
"hash": "8edccb34000747138a09170ce3bb6e599a6e68761c7f93ad1a3584f9de89f4bd",
"extract_dir": "naiveproxy-v89.0.4389.72-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"
}
}
}
}