{
    "version": "1.5.0.0",
    "description": "A window manager for the PuTTY SSH Client. It allows you to embed PuTTY terminal instances inside of a windows form providing a better tabbed interface when multiple connections are used.",
    "homepage": "https://github.com/jimradford/superputty",
    "license": "MIT",
    "depends": "putty",
    "suggest": {
        "Cygwin": "cygwin",
        "WinSCP": "extras/winscp",
        "FileZilla": "extras/filezilla",
        "KiTTY": "extras/kitty"
    },
    "url": "https://github.com/jimradford/superputty/releases/download/1.5.0.0/SuperPuTTY-1.5.0.0.zip",
    "hash": "4d96c6e42c1a1191455960580fdc610027c69cbd0d3477ef8b757c8512f0947c",
    "extract_dir": "SuperPuTTY-1.5.0.0",
    "bin": "SuperPutty.exe",
    "shortcuts": [
        [
            "SuperPutty.exe",
            "SuperPutty"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/jimradford/superputty/releases/download/$version/SuperPuTTY-$version.zip",
        "extract_dir": "SuperPuTTY-$version"
    }
}
