{
    "version": "1.0.1",
    "description": "Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. It's also open source.",
    "homepage": "https://zed.dev/",
    "license": "AGPL-3.0, Apache-2.0, GPL-3.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/deevus/zed-windows-builds/releases/download/v1.0.1/zed-opengl.zip",
            "hash": "cdb765a11a3fc91432ab22881c17e0267352d38e103c492b5281d67339ca089b"
        }
    },
    "extract_dir": "zed",
    "bin": "bin\\zed.exe",
    "shortcuts": [
        [
            "zed.exe",
            "Zed"
        ]
    ],
    "checkver": {
        "url": "https://github.com/deevus/zed-windows-builds/releases",
        "regex": "v(\\d+\\.\\d+\\.\\d+)"
    },
    "autoupdate": {
        "url": "https://github.com/deevus/zed-windows-builds/releases/download/v$version/zed-opengl.zip",
        "hash": {
            "url": "$baseurl/sha256sums.txt"
        }
    }
}
