{
    "version": "1.9.0",
    "description": "A free and open-source user interface designed for managing Kubernetes clusters",
    "homepage": "https://github.com/freelensapp/freelens",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/freelensapp/freelens/releases/download/v1.9.0/Freelens-1.9.0-windows-amd64.msi",
            "hash": "a5b6b3821acd92bf1d194372a5aa06090acd861a8f9d3f1af3b3726ce66e172e"
        },
        "arm64": {
            "url": "https://github.com/freelensapp/freelens/releases/download/v1.9.0/Freelens-1.9.0-windows-arm64.msi",
            "hash": "e3f92e5f4a31aeb35051e8cd4a10dbaff952eb725a2a33e28b65c03eb483dbe8"
        }
    },
    "extract_dir": "freelens",
    "shortcuts": [
        [
            "Freelens.exe",
            "Freelens"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/freelensapp/freelens/releases/download/v$version/Freelens-$version-windows-amd64.msi"
            },
            "arm64": {
                "url": "https://github.com/freelensapp/freelens/releases/download/v$version/Freelens-$version-windows-arm64.msi"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
