{
    "version": "2.1.8",
    "description": "A lightweight text editor written in Lua, adapted from lite. (with addons)",
    "homepage": "https://lite-xl.github.io",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/lite-xl/lite-xl/releases/download/v2.1.8/lite-xl-v2.1.8-addons-windows-x86_64.zip",
            "hash": "cce2b6c2eb8f5fa804b331ddb2d603f76c4d1cc2834d868f9bded9c82cf01c3b"
        },
        "32bit": {
            "url": "https://github.com/lite-xl/lite-xl/releases/download/v2.1.8/lite-xl-v2.1.8-addons-windows-i686.zip",
            "hash": "d71d75f67261d71a2bdc85a02567c5bcfbdfd38cd1fe87663be739e2c12ca907"
        }
    },
    "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-addons-windows-x86_64.zip"
            },
            "32bit": {
                "url": "https://github.com/lite-xl/lite-xl/releases/download/v$version/lite-xl-v$version-addons-windows-i686.zip"
            }
        }
    }
}
