{
    "version": "0.3.1",
    "description": "Lightning-fast and Powerful Code Editor written in Rust",
    "homepage": "http://lapce.dev/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/lapce/lapce/releases/download/v0.3.1/Lapce-windows-portable.zip",
            "hash": "abed4cc686d84f156e21901b2528878753ea945de6b25e57047259772aba5eb8"
        }
    },
    "bin": "lapce.exe",
    "shortcuts": [
        [
            "lapce.exe",
            "Lapce"
        ]
    ],
    "checkver": {
        "github": "https://github.com/lapce/lapce"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/lapce/lapce/releases/download/v$version/Lapce-windows-portable.zip"
            }
        }
    }
}
