{
    "version": "1.2.1",
    "description": "Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. It's also open source. (Preview version)",
    "homepage": "https://zed.dev/",
    "license": "AGPL-3.0, Apache-2.0, GPL-3.0",
    "notes": "Please manually disable Zed's auto-update feature in the settings to prevent the updater from installing the program in unintended locations.",
    "architecture": {
        "64bit": {
            "url": "https://github.com/zed-industries/zed/releases/download/v1.2.1-pre/Zed-x86_64.exe",
            "hash": "73876d56de59b3bea946fa34a67f5be27377e464e8917d4b01f599c0ce62f7f2"
        },
        "arm64": {
            "url": "https://github.com/zed-industries/zed/releases/download/v1.2.1-pre/Zed-aarch64.exe",
            "hash": "3abdf279cf6f729fd5c52d913295df6ef042254f0caa90f3282cffc2136bfa0d"
        }
    },
    "installer": {
        "script": [
            "Expand-InnoArchive -Path \"$dir\\$fname\" -ExtractDir '{app}'",
            "Expand-InnoArchive -Path \"$dir\\$fname\" -ExtractDir '{code_GetInstallDir}' -Removal"
        ]
    },
    "bin": "bin\\zed.exe",
    "shortcuts": [
        [
            "zed.exe",
            "Zed (Preview)"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/zed-industries/zed/releases",
        "jsonpath": "$[?(@.prerelease == true)].tag_name",
        "regex": "v([\\w.-]+)-pre"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/zed-industries/zed/releases/download/v$version-pre/Zed-x86_64.exe"
            },
            "arm64": {
                "url": "https://github.com/zed-industries/zed/releases/download/v$version-pre/Zed-aarch64.exe"
            }
        }
    }
}
