{
    "version": "1.11",
    "description": "A lightweight text editor written in Lua.",
    "homepage": "https://github.com/rxi/lite",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/rxi/lite/releases/download/v1.11/lite.zip",
            "hash": "da3701cf6985bc493cb11b37556325551c7ce8606f5502ff3f15199039835eef"
        }
    },
    "bin": "lite.exe",
    "shortcuts": [
        [
            "lite.exe",
            "Lite"
        ]
    ],
    "persist": "data",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/rxi/lite/releases/download/v$version/lite.zip"
            }
        }
    }
}
