{
    "version": "26.4.0-0",
    "description": "A cross-platform desktop application that helps you create and manage API requests",
    "homepage": "https://hoppscotch.com/",
    "license": {
        "identifier": "MIT",
        "url": "https://github.com/hoppscotch/hoppscotch/blob/main/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/hoppscotch/releases/releases/download/v26.4.0-0/Hoppscotch_win_x64.msi",
            "hash": "440fecda30882836b21b19a9987ccc63a96dc16f9e8ccd18037dec55db8ac31f"
        }
    },
    "extract_dir": "PFiles\\Hoppscotch",
    "shortcuts": [
        [
            "hoppscotch-desktop.exe",
            "Hoppscotch"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/hoppscotch/releases/releases/latest",
        "jsonpath": "$.tag_name",
        "regex": "v(?<version>[\\d.]+-\\d+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/hoppscotch/releases/releases/download/v$version/Hoppscotch_win_x64.msi"
            }
        }
    }
}
