{
    "version": "0.13.1",
    "description": "A lightweight TUI application to view and query tabular data files, such as CSV, TSV, and parquet.",
    "homepage": "https://github.com/shshemi/tabiew",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/shshemi/tabiew/releases/download/v0.13.1/tw-x86_64-pc-windows-msvc.exe#/tw.exe",
            "hash": "d52c1ec759835a46b3d9987e86669c3a92a429f0a2bdc754de28ccd930e32624"
        },
        "arm64": {
            "url": "https://github.com/shshemi/tabiew/releases/download/v0.13.1/tw-aarch64-pc-windows-msvc.exe#/tw.exe",
            "hash": "49f8fdbe1f4b5b3491f9b02b585404eb73ee075c37db152fe187d0d2757fb606"
        }
    },
    "bin": "tw.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/shshemi/tabiew/releases/download/v$version/tw-x86_64-pc-windows-msvc.exe#/tw.exe"
            },
            "arm64": {
                "url": "https://github.com/shshemi/tabiew/releases/download/v$version/tw-aarch64-pc-windows-msvc.exe#/tw.exe"
            }
        }
    }
}
