{
    "version": "17.0.0",
    "description": "GraphQL IDE",
    "homepage": "https://chillicream.com/docs/bananacakepop",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://download.chillicream.com/bananacakepop/BananaCakePop-17.0.0-win-x64.exe#/dl.7z",
            "hash": "sha512:46b15eed6f32e9b93fa33d53354483c0cd81eebb0030ab54a9e18034ced942a1b08cd2377c186a8915955163f5dbc482b941ac796b40a588c47f0e745141deb2",
            "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"
        }
    }
}
