{
    "version": "0.2.2",
    "description": "⚡️ Blazing fast terminal file manager written in Rust, based on async I/O.",
    "homepage": "https://github.com/sxyazi/yazi",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/sxyazi/yazi/releases/download/v0.2.2/yazi-x86_64-pc-windows-msvc.zip",
            "hash": "820f68fd800a4abb3dc337659343446fad41c8f890e397bbab1ac174668d45be",
            "extract_dir": "yazi-x86_64-pc-windows-msvc"
        }
    },
    "bin": "yazi.exe",
    "checkver": {
        "url": "https://github.com/sxyazi/yazi/releases",
        "regex": "tag/v?([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/sxyazi/yazi/releases/download/v$version/yazi-x86_64-pc-windows-msvc.zip"
            }
        }
    }
}
