{
    "version": "1.2.1",
    "description": "A parrot for your terminal",
    "homepage": "https://cultofthepartyparrot.com/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/jmhobbs/terminal-parrot/releases/download/1.2.1/terminal-parrot_Windows_x86_64.zip",
            "hash": "bbd042ae5432fd53c8910d21e9fad0aabfdb3a501c4899e3ebb12ca89ec19b30"
        },
        "arm64": {
            "url": "https://github.com/jmhobbs/terminal-parrot/releases/download/1.2.1/terminal-parrot_Windows_arm64.zip",
            "hash": "9f3871a709fa1777dcac70ffb468c819232286f4a8ed58617c40c7232b3860aa"
        }
    },
    "bin": "terminal-parrot.exe",
    "checkver": {
        "github": "https://github.com/jmhobbs/terminal-parrot"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/jmhobbs/terminal-parrot/releases/download/$version/terminal-parrot_Windows_x86_64.zip"
            },
            "arm64": {
                "url": "https://github.com/jmhobbs/terminal-parrot/releases/download/$version/terminal-parrot_Windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/terminal-parrot_$version_checksums.txt"
        }
    }
}
