{
    "version": "0.9.2",
    "description": "Terminal emulator for Windows Subsystem for Linux (WSL)",
    "homepage": "https://github.com/goreliu/wsl-terminal",
    "license": "MIT",
    "notes": "See usage: https://github.com/goreliu/wsl-terminal#usage",
    "url": "https://github.com/goreliu/wsl-terminal/releases/download/v0.9.2/wsl-terminal-0.9.2.7z",
    "hash": "55233b0cd44db4b392ca6bb21ffaedc8635b588d54a7eb1c266ec1c88d5f9eb6",
    "extract_dir": "wsl-terminal",
    "bin": [
        [
            "open-wsl.exe",
            "wsl-terminal"
        ],
        "open-wsl.exe",
        "run-wsl-file.exe",
        [
            "vim.exe",
            "wsl-vim"
        ]
    ],
    "shortcuts": [
        [
            "open-wsl.exe",
            "wsl-terminal"
        ]
    ],
    "persist": [
        "etc\\wsl-terminal.conf",
        "etc\\minttyrc",
        "etc\\themes"
    ],
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/goreliu/wsl-terminal/releases/download/v$version/wsl-terminal-$version.7z",
        "hash": {
            "url": "https://github.com/goreliu/wsl-terminal/releases/tag/v$version",
            "regex": "(?sm)$sha256</td>\\s+<td>$basename"
        }
    }
}
