{
    "version": "6.5.2",
    "description": "build of the open source portion of Lens",
    "homepage": "https://github.com/MuhammedKalkan/OpenLens",
    "license": "Freeware",
    "architecture": {
        "64bit": {
            "url": "https://github.com/MuhammedKalkan/OpenLens/releases/download/v6.5.2/OpenLens-6.5.2.exe#/dl.7z",
            "hash": "e5942551ae410a504d2a70f9cdf696158c4adaa8f18b4fb1489c4548f6e9e9dd",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse"
            ]
        }
    },
    "shortcuts": [
        [
            "OpenLens.exe",
            "OpenLens"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/MuhammedKalkan/OpenLens/releases/download/v$version/OpenLens-$version.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$url.sha256",
            "regex": "$sha256"
        }
    }
}
