{
    "version": "1.1.2",
    "description": "JSON Incremental Digger. Drill down JSON interactively by using filtering queries like jq",
    "homepage": "https://github.com/simeji/jid",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/simeji/jid/releases/download/v1.1.2/jid_windows_amd64.zip",
            "hash": "f463125f836c2af4f666da004586e45749a0662f198d8788c327363cea70adb5"
        },
        "32bit": {
            "url": "https://github.com/simeji/jid/releases/download/v1.1.2/jid_windows_386.zip",
            "hash": "13143a94102111770cc3910018ccb3e65d32045574df9b577a31ce82338afd7b"
        }
    },
    "bin": "jid.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/simeji/jid/releases/download/v$version/jid_windows_amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/simeji/jid/releases/download/v$version/jid_windows_386.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
