{
    "version": "2.2.7",
    "description": "CLI to easily convert .jpg and .png to .icns and vice versa",
    "homepage": "https://github.com/JackMordaunt/icns",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/JackMordaunt/icns/releases/download/v2.2.7/icns_2.2.7_Windows_amd64.zip",
            "hash": "a7cda0a607e0e3d1c4c29e1d8262010e4b9fc929328bba5246a74bff1aeaa2c7"
        },
        "32bit": {
            "url": "https://github.com/JackMordaunt/icns/releases/download/v2.2.7/icns_2.2.7_Windows_386.zip",
            "hash": "6875fe7651753013770b6fd8ef61c91ec9d9b8c875ae4ddf54a68201a8000327"
        },
        "arm64": {
            "url": "https://github.com/JackMordaunt/icns/releases/download/v2.2.7/icns_2.2.7_Windows_arm64.zip",
            "hash": "76646231e55d0113fd83ee890ad20a33affccd31c5e24e7b7ab558a2cdb3f021"
        }
    },
    "bin": "icnsify.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/JackMordaunt/icns/releases/download/v$version/icns_$version_Windows_amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/JackMordaunt/icns/releases/download/v$version/icns_$version_Windows_386.zip"
            },
            "arm64": {
                "url": "https://github.com/JackMordaunt/icns/releases/download/v$version/icns_$version_Windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
