{
    "version": "2.3.0",
    "description": "Tool for organizing web apps into one application with rich features",
    "homepage": "https://rambox.app",
    "license": {
        "identifier": "Proprietary",
        "url": "https://rambox.app/eula/"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/ramboxapp/download/releases/download/v2.3.0/Rambox-2.3.0-win-x64.exe#/dl.7z",
            "hash": "sha512:a988b46d8afe6d60ccb90a09753fc476ba6d2767cb5117cf6b590916610c9e0b0481ecf872af6b345f8afff7abb01b081429c83854c211764073fbaab4095780"
        }
    },
    "pre_install": [
        "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
        "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Recurse"
    ],
    "shortcuts": [
        [
            "Rambox.exe",
            "Rambox"
        ]
    ],
    "checkver": {
        "github": "https://github.com/ramboxapp/download"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ramboxapp/download/releases/download/v$version/Rambox-$version-win-x64.exe#/dl.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "sha512:\\s+$base64"
                }
            }
        }
    }
}
