{
    "version": "2.1.3",
    "description": "A lightweight text editor written in Lua, adapted from lite.",
    "homepage": "https://lite-xl.github.io",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/lite-xl/lite-xl/releases/download/v2.1.3/lite-xl-v2.1.3-windows-x86_64.zip",
            "hash": "8200ca370bb8f427aae5bde640c355755da39e8c93bdf51d0ca8ee861c3ba047"
        },
        "32bit": {
            "url": "https://github.com/lite-xl/lite-xl/releases/download/v2.1.3/lite-xl-v2.1.3-windows-i686.zip",
            "hash": "439b3c99c03a1dcc36d01e02671cb58fae3a101b016a5c88911f515a50b61218"
        }
    },
    "extract_dir": "lite-xl",
    "bin": "lite-xl.exe",
    "shortcuts": [
        [
            "lite-xl.exe",
            "Lite XL"
        ]
    ],
    "checkver": {
        "github": "https://github.com/lite-xl/lite-xl"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/lite-xl/lite-xl/releases/download/v$version/lite-xl-v$version-windows-x86_64.zip"
            },
            "32bit": {
                "url": "https://github.com/lite-xl/lite-xl/releases/download/v$version/lite-xl-v$version-windows-i686.zip"
            }
        }
    }
}
