ScoopInstaller_Main/bucket/naiveproxy.json
2023-04-05 12:31:49 +00:00

37 lines
1.6 KiB
JSON

{
"version": "112.0.5615.49-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/v112.0.5615.49-1/naiveproxy-v112.0.5615.49-1-win-x64.zip",
"hash": "2e833dfe630ce68e6cb8d79561d0f905ba333e663017c5430555cd26cda291cc",
"extract_dir": "naiveproxy-v112.0.5615.49-1-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v112.0.5615.49-1/naiveproxy-v112.0.5615.49-1-win-x86.zip",
"hash": "6bb0fe0ba6202f3b02f66ea5a3fcf1ce481944939fb8ab7354967f1be3c3c75b",
"extract_dir": "naiveproxy-v112.0.5615.49-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"
}
}
}
}