ScoopInstaller_Main/bucket/naiveproxy.json
2023-05-02 16:28:27 +00:00

37 lines
1.6 KiB
JSON

{
"version": "113.0.5672.62-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/v113.0.5672.62-1/naiveproxy-v113.0.5672.62-1-win-x64.zip",
"hash": "1696c67ee2a5e46e846c37212bb98f67be94e69e835ca961d9d062f8c2eab555",
"extract_dir": "naiveproxy-v113.0.5672.62-1-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v113.0.5672.62-1/naiveproxy-v113.0.5672.62-1-win-x86.zip",
"hash": "94e2abf0310b4d02bc913a82248356f1802e507ad633041b48c5ce23489a43e7",
"extract_dir": "naiveproxy-v113.0.5672.62-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"
}
}
}
}