mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
37 lines
1.6 KiB
JSON
37 lines
1.6 KiB
JSON
{
|
|
"version": "87.0.4280.66-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/v87.0.4280.66-1/naiveproxy-v87.0.4280.66-1-win-x64.zip",
|
|
"hash": "9e3a17c05eb19fc87c4e01a18d1c57f539aa91cd759f22b00895f6b569786751",
|
|
"extract_dir": "naiveproxy-v87.0.4280.66-1-win-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v87.0.4280.66-1/naiveproxy-v87.0.4280.66-1-win-x86.zip",
|
|
"hash": "68b1c9eb7b8d000b0b471e0609232734ef6216da5e968d1035be6f89c39935ee",
|
|
"extract_dir": "naiveproxy-v87.0.4280.66-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"
|
|
}
|
|
}
|
|
}
|
|
}
|