{
    "version": "1.7.0",
    "description": "Manage Podman and other container engines from a single UI and tray",
    "homepage": "https://github.com/containers/podman-desktop",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/containers/podman-desktop/releases/download/v1.7.0/podman-desktop-1.7.0.exe#/dl.7z",
            "hash": "6e2f8d056d8ef07b80195c6394f3f8a6ce820db34f4a3cb974aeb847133be860",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse"
            ],
            "shortcuts": [
                [
                    "Podman Desktop.exe",
                    "Podman Desktop"
                ]
            ]
        }
    },
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/containers/podman-desktop/releases/download/v$version/podman-desktop-$version.exe#/dl.7z"
            }
        }
    }
}
