{
    "version": "1777769998",
    "description": "Lightning-fast and Powerful Code Editor written in Rust",
    "homepage": "https://lapce.dev/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/lapce/lapce/releases/download/nightly/Lapce-windows-portable.zip",
            "hash": "115503f96cf5b35eb35bbf541058c525b1076ed108bf6d45f585fc5c1fed2b66"
        }
    },
    "bin": [
        [
            "lapce.exe",
            "lapce-nightly"
        ]
    ],
    "shortcuts": [
        [
            "lapce.exe",
            "Lapce Nightly"
        ]
    ],
    "persist": "lapce-data",
    "checkver": {
        "github": "https://api.github.com/repos/lapce/lapce/releases/tags/nightly",
        "script": [
            "$release = $page | ConvertFrom-Json",
            "Get-Date $release.published_at -UFormat %s"
        ],
        "regex": "\\A(\\d+)\\Z"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/lapce/lapce/releases/download/nightly/Lapce-windows-portable.zip"
            }
        }
    }
}
