{
    "version": "0.7.2",
    "description": "A programmer's text editor",
    "homepage": "https://flow-control.dev/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/neurocyte/flow/releases/download/v0.7.2/flow-v0.7.2-windows-x86_64.zip",
            "hash": "a8a4f1c6fde1dc79255e58f652d306f8c7fc6697e907733f501e89c86417b4f0"
        },
        "arm64": {
            "url": "https://github.com/neurocyte/flow/releases/download/v0.7.2/flow-v0.7.2-windows-aarch64.zip",
            "hash": "9350a41ff28c749c29ca14e45f5e070eefcf2961975f5c84ff3e5f2882b5b9db"
        }
    },
    "bin": "flow.exe",
    "shortcuts": [
        [
            "flow-gui.exe",
            "Flow Control"
        ]
    ],
    "checkver": {
        "github": "https://github.com/neurocyte/flow"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/neurocyte/flow/releases/download/v$version/flow-v$version-windows-x86_64.zip"
            },
            "arm64": {
                "url": "https://github.com/neurocyte/flow/releases/download/v$version/flow-v$version-windows-aarch64.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
