mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
37 lines
1.6 KiB
JSON
37 lines
1.6 KiB
JSON
{
|
|
"version": "103.0.5060.53-3",
|
|
"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/v103.0.5060.53-3/naiveproxy-v103.0.5060.53-3-win-x64.zip",
|
|
"hash": "68013518e62fda282bd6d539275599e0be650ec53fdf4d4c7ba7aac7496edfe7",
|
|
"extract_dir": "naiveproxy-v103.0.5060.53-3-win-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v103.0.5060.53-3/naiveproxy-v103.0.5060.53-3-win-x86.zip",
|
|
"hash": "d7851321bfe20f840d1180bdf805683650210c4df51f01d8be245cabcddef8fd",
|
|
"extract_dir": "naiveproxy-v103.0.5060.53-3-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"
|
|
}
|
|
}
|
|
}
|
|
}
|