ScoopInstaller_Main/bucket/naiveproxy.json
2024-05-15 00:34:00 +00:00

37 lines
1.6 KiB
JSON

{
"version": "125.0.6422.35-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/v125.0.6422.35-1/naiveproxy-v125.0.6422.35-1-win-x64.zip",
"hash": "686ae57119ae4f0d49b2c43cd1694c0c60be356e2f470eec515571fcdb3d4ebd",
"extract_dir": "naiveproxy-v125.0.6422.35-1-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v125.0.6422.35-1/naiveproxy-v125.0.6422.35-1-win-x86.zip",
"hash": "6ad798f63aef7bac05d4c766505629845cebd22f06c853c8c710f303b6870f90",
"extract_dir": "naiveproxy-v125.0.6422.35-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"
}
}
}
}