{
    "version": "2026.4.0",
    "description": "Secure, Simple and Scalable Video Conferences.",
    "homepage": "https://jitsi.org/meet",
    "license": "Apache-2.0",
    "url": "https://github.com/jitsi/jitsi-meet-electron/releases/download/v2026.4.0/jitsi-meet.exe#/dl.7z",
    "hash": "sha512:63a4936b89138c90690eb0d19345e5c8fdf0d0f04f74cc1a4ac36fc83664e2d55cbf554140e0ab295355e2cc0292247fe7ca909103e902d20c87411e70e9f9f5",
    "architecture": {
        "64bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
        },
        "32bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\""
        }
    },
    "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*.exe\" -Recurse",
    "bin": "Jitsi Meet.exe",
    "shortcuts": [
        [
            "Jitsi Meet.exe",
            "Jitsi Meet"
        ]
    ],
    "checkver": {
        "github": "https://github.com/jitsi/jitsi-meet-electron"
    },
    "autoupdate": {
        "url": "https://github.com/jitsi/jitsi-meet-electron/releases/download/v$version/jitsi-meet.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512:\\s+$base64"
        }
    }
}
