mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 22:21:19 +00:00
37 lines
1.6 KiB
JSON
37 lines
1.6 KiB
JSON
{
|
|
"version": "92.0.4515.107-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/v92.0.4515.107-1/naiveproxy-v92.0.4515.107-1-win-x64.zip",
|
|
"hash": "e0ba62bef84d51234a7bed642421c0e60951ea342ab5c9a3bfc5a353fb35f925",
|
|
"extract_dir": "naiveproxy-v92.0.4515.107-1-win-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v92.0.4515.107-1/naiveproxy-v92.0.4515.107-1-win-x86.zip",
|
|
"hash": "acfd02c230b9a808bd2479c6865f55447baecb5b72dc7e7b8570bc32a9d95e97",
|
|
"extract_dir": "naiveproxy-v92.0.4515.107-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"
|
|
}
|
|
}
|
|
}
|
|
}
|