ScoopInstaller_Main/bucket/naiveproxy.json
2023-12-10 20:23:43 +00:00

37 lines
1.6 KiB
JSON

{
"version": "120.0.6099.43-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/v120.0.6099.43-1/naiveproxy-v120.0.6099.43-1-win-x64.zip",
"hash": "3aa09b28b9742e9de2563dd994f748a025eda5d69e1c889fafa610c65e5ad433",
"extract_dir": "naiveproxy-v120.0.6099.43-1-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v120.0.6099.43-1/naiveproxy-v120.0.6099.43-1-win-x86.zip",
"hash": "3110449ebc65d359c19edb73d2fc1fbdb44ae4e72e41984f94924599825633bb",
"extract_dir": "naiveproxy-v120.0.6099.43-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"
}
}
}
}