{
    "version": "0.8.0",
    "description": "Messaging and emailing app that combines common web applications into one. (Community Edition)",
    "homepage": "https://rambox.pro/",
    "license": "GPL-3.0-or-later",
    "notes": "Rambox CE is suspended, please use 'rambox' instead.",
    "url": "https://github.com/ramboxapp/community-edition/releases/download/0.8.0/Rambox-0.8.0-win.exe#/dl.7z",
    "hash": "sha512:ded48a3d17c5944a639f6c363d722a2095ed7622ad95fa0bdc50fca8813fe7a11a57706951326f92d39623edf4399107e18880681190120b4ed561cf304b0dae",
    "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*\" -Force -Recurse",
    "bin": "Rambox.exe",
    "shortcuts": [
        [
            "Rambox.exe",
            "Rambox Community Edition"
        ]
    ],
    "checkver": {
        "github": "https://github.com/ramboxapp/community-edition"
    },
    "autoupdate": {
        "url": "https://github.com/ramboxapp/community-edition/releases/download/$version/Rambox-$version-win.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512: $base64"
        }
    }
}
