mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
46 lines
2.1 KiB
JSON
46 lines
2.1 KiB
JSON
{
|
|
"version": "143.0.7499.109-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/v143.0.7499.109-1/naiveproxy-v143.0.7499.109-1-win-x64.zip",
|
|
"hash": "af43d355af48a7b108a24f4a8526989adc7bdff89a3f5586afd7ab1d5c24626b",
|
|
"extract_dir": "naiveproxy-v143.0.7499.109-1-win-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v143.0.7499.109-1/naiveproxy-v143.0.7499.109-1-win-x86.zip",
|
|
"hash": "023534610f2d0f035e940507a504148ec6e163642f43103e7ef3754eb382385c",
|
|
"extract_dir": "naiveproxy-v143.0.7499.109-1-win-x86"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v143.0.7499.109-1/naiveproxy-v143.0.7499.109-1-win-arm64.zip",
|
|
"hash": "d682e5e470afef7050ae8fd765e7481a9fda61e13e4af4a4d24ca9a5a5e1bded",
|
|
"extract_dir": "naiveproxy-v143.0.7499.109-1-win-arm64"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v$version/naiveproxy-v$version-win-arm64.zip",
|
|
"extract_dir": "naiveproxy-v$version-win-arm64"
|
|
}
|
|
}
|
|
}
|
|
}
|