{
    "version": "14.0.0",
    "description": "GraphQL IDE",
    "homepage": "https://chillicream.com/docs/bananacakepop",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://download.chillicream.com/bananacakepop/BananaCakePop-14.0.0-win-x64.exe#/dl.7z",
            "hash": "sha512:a1a718bcd413b317d04b760d327fc63daa87586bc491135f941759590d7a89bd959c1316f58420fe3d7374f812aba1aa2622eec2dca4c2d642ca1c1f5dce98bd",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" -DestinationPath \"$dir\"",
                "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Recurse"
            ]
        }
    },
    "shortcuts": [
        [
            "Banana Cake Pop.exe",
            "Banana Cake Pop"
        ]
    ],
    "checkver": {
        "url": "https://download.chillicream.com/bananacakepop/latest.yml",
        "regex": "BananaCakePop-([\\w.-]+)-win-x64\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.chillicream.com/bananacakepop/BananaCakePop-$version-win-x64.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512:\\s+$base64"
        }
    }
}
