ScoopInstaller_Main/bucket/naiveproxy.json
2022-02-09 12:37:02 +00:00

37 lines
1.6 KiB
JSON

{
"version": "98.0.4758.80-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/v98.0.4758.80-1/naiveproxy-v98.0.4758.80-1-win-x64.zip",
"hash": "5ddd42fea5f022f031281e21408e87e80d38409ed3c501988f363bd5787b6a20",
"extract_dir": "naiveproxy-v98.0.4758.80-1-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v98.0.4758.80-1/naiveproxy-v98.0.4758.80-1-win-x86.zip",
"hash": "0a036a935d993cd9a720e5b88822c7f941e9be0547d2afdb5ad6035ee2a7a594",
"extract_dir": "naiveproxy-v98.0.4758.80-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"
}
}
}
}