mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "107.0.5304.87-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/v107.0.5304.87-3/naiveproxy-v107.0.5304.87-3-win-x64.zip",
 | 
						|
            "hash": "0d09d776652c4d35c47dbd919621be333e5b916a8d11ed19f2c110641e3cf1f6",
 | 
						|
            "extract_dir": "naiveproxy-v107.0.5304.87-3-win-x64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/klzgrad/naiveproxy/releases/download/v107.0.5304.87-3/naiveproxy-v107.0.5304.87-3-win-x86.zip",
 | 
						|
            "hash": "ad5dcffc97762faf971c8dd711c07e98bf187ac9842c7945a9f1b27acf17932d",
 | 
						|
            "extract_dir": "naiveproxy-v107.0.5304.87-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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |