{
    "version": "1.30.0",
    "description": "Windows tail program and log file analyzer.",
    "homepage": "https://github.com/LogExperts/LogExpert",
    "license": "MIT",
    "suggest": {
        ".NET Desktop Runtime 10.0": "versions/windowsdesktop-runtime-10.0"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/LogExperts/LogExpert/releases/download/v1.30.0/LogExpert.1.30.0.zip",
            "hash": "4a24ed4e39086e158ef11e843bb3abca69e3822c8e3a1b11beb5923c9fb5d849"
        }
    },
    "bin": "LogExpert.exe",
    "shortcuts": [
        [
            "LogExpert.exe",
            "LogExpert"
        ]
    ],
    "checkver": {
        "github": "https://github.com/LogExperts/LogExpert",
        "jsonpath": "$..browser_download_url",
        "regex": "download/v(?<tag>[\\d.]+)/LogExpert\\.([\\d.]+)\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/LogExperts/LogExpert/releases/download/v$matchTag/LogExpert.$version.zip"
            }
        }
    }
}
