{
    "version": "26.0",
    "description": "A native, lightweight, multiplatform and free HTTP client that you can use to test your APIs",
    "homepage": "https://cartero.danirod.es",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/danirod/cartero/releases/download/v26.0/cartero-26.0-windows-x64.zip",
            "hash": "90aa3b4c5e68cf50b4d270ce9df209af36abf44846f671ebba4556d50e76d543"
        },
        "arm64": {
            "url": "https://github.com/danirod/cartero/releases/download/v26.0/cartero-26.0-windows-arm64.zip",
            "hash": "876f43a9b8b79051f7cc2a9a86dab8353ffccbe5c20c1abbcdb94e774fca9e9a"
        }
    },
    "bin": "bin/cartero.exe",
    "shortcuts": [
        [
            "bin/cartero.exe",
            "Cartero"
        ]
    ],
    "checkver": {
        "github": "https://github.com/danirod/cartero"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/danirod/cartero/releases/download/v$version/cartero-$version-windows-x64.zip"
            },
            "arm64": {
                "url": "https://github.com/danirod/cartero/releases/download/v$version/cartero-$version-windows-arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/SHA256SUMS"
        }
    }
}
