ScoopInstaller_Main/bucket/naiveproxy.json
2021-05-20 18:07:36 -07:00

37 lines
1.6 KiB
JSON

{
"version": "90.0.4430.85-10",
"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/v90.0.4430.85-10/naiveproxy-v90.0.4430.85-10-win-x64.zip",
"hash": "a78f1fdb3dc9da375878ebd6eeefe49285a24421470aadea8ca370408d3e5994",
"extract_dir": "naiveproxy-v90.0.4430.85-10-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v90.0.4430.85-10/naiveproxy-v90.0.4430.85-10-win-x86.zip",
"hash": "fb0d41641c975e7650470b284286f78268c4eb4e1725b04379c14a97d46828be",
"extract_dir": "naiveproxy-v90.0.4430.85-10-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"
}
}
}
}