mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 20:55:14 +00:00
37 lines
1.6 KiB
JSON
37 lines
1.6 KiB
JSON
{
|
|
"version": "107.0.5304.87-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/v107.0.5304.87-2/naiveproxy-v107.0.5304.87-2-win-x64.zip",
|
|
"hash": "769a8b7cd1812542bf32284302c2272766b3c6bd2f1454d1e5ba6e02b828cb83",
|
|
"extract_dir": "naiveproxy-v107.0.5304.87-2-win-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v107.0.5304.87-2/naiveproxy-v107.0.5304.87-2-win-x86.zip",
|
|
"hash": "d5d8baf0a6848d8628617d175776be2de4b5a7f27d77c316f4a47cbe050a8a2b",
|
|
"extract_dir": "naiveproxy-v107.0.5304.87-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"
|
|
}
|
|
}
|
|
}
|
|
}
|