{
    "version": "2.6.3",
    "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.6.3/Rambox-2.6.3-win-x64.exe#/dl.7z",
            "hash": "sha512:8b4551cbc5eea1a4be94bb55ab9175dab58f13c322fad991e1bc4b70beae01d5e7a3fb3f890d107f773fd822c09a8415367c8cf2a00955c84614f43275ee3250"
        }
    },
    "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"
                }
            }
        }
    }
}
