{
    "version": "1.6.0",
    "description": "Multi-platform log viewer built with Electron and styled with Material Design.",
    "homepage": "https://github.com/tmoreno/open-log-viewer",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/tmoreno/open-log-viewer/releases/download/1.6.0/open-log-viewer_1.6.0.exe#/dl.7z",
            "hash": "d6431633c55a5220863dd039c6ab6bacb93e71a20c9ec9bc237bf79c0e502e0d",
            "installer": {
                "script": [
                    "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                    "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
                ]
            }
        }
    },
    "shortcuts": [
        [
            "open-log-viewer.exe",
            "Open Log Viewer"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/tmoreno/open-log-viewer/releases/download/$version/open-log-viewer_$version.exe#/dl.7z"
    }
}
