{
    "version": "2.1.0",
    "description": "Turn any app into a Quake-style toggleable app.",
    "homepage": "https://github.com/flyingpie/windows-terminal-quake",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/flyingpie/windows-terminal-quake/releases/download/v2.1.0/win-x64_self-contained.zip",
            "hash": "c00ccd0f243169ce716d33c2e8227d41ec50fbb109d8d49b6274d74eb8e47d25"
        }
    },
    "bin": "wtq.exe",
    "shortcuts": [
        [
            "wtq.exe",
            "WTQ - Windows Terminal Quake"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/flyingpie/windows-terminal-quake/releases/download/v$version/win-x64_self-contained.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
