ScoopInstaller_Main/bucket/naiveproxy.json
2022-05-29 16:29:47 +00:00

37 lines
1.6 KiB
JSON

{
"version": "102.0.5005.61-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/v102.0.5005.61-1/naiveproxy-v102.0.5005.61-1-win-x64.zip",
"hash": "9aead1b9d89346cb71ef33e0efdad0893e0c8468801d413fcdce9606a1eb3f2d",
"extract_dir": "naiveproxy-v102.0.5005.61-1-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v102.0.5005.61-1/naiveproxy-v102.0.5005.61-1-win-x86.zip",
"hash": "28fa01bfe17e00e5bba665515d5c71af0d8a5345f98cda91a5e2a6214f7c028c",
"extract_dir": "naiveproxy-v102.0.5005.61-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"
}
}
}
}