ScoopInstaller_Main/bucket/naiveproxy.json
2021-08-25 23:17:39 -07:00

37 lines
1.6 KiB
JSON

{
"version": "92.0.4515.107-2",
"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-2/naiveproxy-v92.0.4515.107-2-win-x64.zip",
"hash": "695968ec7a1f43e092e63a2502b2437b6fd7954d8fd9e175d6bed8463c417503",
"extract_dir": "naiveproxy-v92.0.4515.107-2-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v92.0.4515.107-2/naiveproxy-v92.0.4515.107-2-win-x86.zip",
"hash": "18d9482447eb36c921f100872178075f91c30f51a923f11310d843e48ddcf1e3",
"extract_dir": "naiveproxy-v92.0.4515.107-2-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"
}
}
}
}