{
    "version": "0.6.5",
    "description": "A code-search engine that uses GPT-4 to answer questions about your code. Search both your local and remote repositories with natural language, regex and filtered queries.",
    "homepage": "https://bloop.ai",
    "license": "Apache-2.0",
    "url": "https://github.com/BloopAI/bloop/releases/download/v0.6.5/bloop_0.6.5_x64-setup.exe#/dl.7z",
    "hash": "133781ab9860fdeb16ec16af2a353f95aee8a141a8035211374fef584c012d24",
    "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninstall.exe\" -Force -Recurse",
    "bin": "bloop.exe",
    "shortcuts": [
        [
            "bloop.exe",
            "bloop"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/BloopAI/bloop/releases",
        "regex": "bloop_([\\d.]+)_x64-setup.exe"
    },
    "autoupdate": {
        "url": "https://github.com/BloopAI/bloop/releases/download/v$version/bloop_$version_x64-setup.exe#/dl.7z"
    }
}
