{
    "version": "2.0.2",
    "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/v2.0.2/green-tunnel-windows.zip",
    "hash": "53032491ef23c68c3f0223d7550b6f846a967bb7f40058b3afc01d06490b1d59",
    "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"
    }
}
