mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 06:31:25 +00:00
37 lines
1.6 KiB
JSON
37 lines
1.6 KiB
JSON
{
|
|
"version": "127.0.6533.64-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/v127.0.6533.64-2/naiveproxy-v127.0.6533.64-2-win-x64.zip",
|
|
"hash": "fc7888321936b406f56083c176dfa566e242769f5cf1ac1935050e8e2a98e545",
|
|
"extract_dir": "naiveproxy-v127.0.6533.64-2-win-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v127.0.6533.64-2/naiveproxy-v127.0.6533.64-2-win-x86.zip",
|
|
"hash": "71a975ecbde9f5e27f934e0181586a63e3edd9befe01d8a2995748841588313f",
|
|
"extract_dir": "naiveproxy-v127.0.6533.64-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"
|
|
}
|
|
}
|
|
}
|
|
}
|