{
    "version": "2.1.8",
    "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.8/lite-xl-v2.1.8-windows-x86_64.zip",
            "hash": "de4983f8f537e3876d0c326423537914b576b6970e35b9c9cc62eafe72719ec2"
        },
        "32bit": {
            "url": "https://github.com/lite-xl/lite-xl/releases/download/v2.1.8/lite-xl-v2.1.8-windows-i686.zip",
            "hash": "501c7b012871ffeab65330fbc6bd37b9732dfb8c4fc1a7f819a27a0eeb3a45c9"
        }
    },
    "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"
            }
        }
    }
}
