ScoopInstaller_Main/bucket/naiveproxy.json
2022-12-03 16:28:53 +00:00

37 lines
1.6 KiB
JSON

{
"version": "108.0.5359.94-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/v108.0.5359.94-1/naiveproxy-v108.0.5359.94-1-win-x64.zip",
"hash": "9695cb65cbbedd948a0aaccb655c367ebb1723574a1998866626bfb49a5c6122",
"extract_dir": "naiveproxy-v108.0.5359.94-1-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v108.0.5359.94-1/naiveproxy-v108.0.5359.94-1-win-x86.zip",
"hash": "22aab495e5fa3e74d67c73310c2d06ed282587ed345967d6c439a963140bf3a9",
"extract_dir": "naiveproxy-v108.0.5359.94-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"
}
}
}
}