{
    "version": "1.8.3",
    "description": "Anti-censorship utility designed to bypass the DPI (Deep Packet Inspection) system that is put in place by various ISPs to block access to certain websites.",
    "homepage": "https://github.com/SadeghHayeri/GreenTunnel",
    "license": "MIT",
    "url": "https://github.com/SadeghHayeri/GreenTunnel/releases/download/v1.8.3/green-tunnel-windows.zip",
    "hash": "2225cc61b2d966f001c4b17c36107efca502d45f1fa60c2131c97ba4321a680f",
    "pre_install": [
        "Expand-7zipArchive \"$dir\\builds\\green-tunnel-installer.exe\" \"$dir\\builds\" | Out-Null",
        "Expand-7zipArchive \"$dir\\builds\\green-tunnel*.nupkg\" \"$dir\" -ExtractDir \"lib\\net45\" | Out-Null",
        "Remove-Item \"$dir\\builds\" -Force -Recurse"
    ],
    "bin": [
        "green-tunnel.exe",
        [
            "green-tunnel.exe",
            "greentunnel"
        ],
        [
            "green-tunnel.exe",
            "gt"
        ]
    ],
    "shortcuts": [
        [
            "green-tunnel.exe",
            "GreenTunnel"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/SadeghHayeri/GreenTunnel/releases/download/v$version/green-tunnel-windows.zip"
    }
}
