{
    "version": "2.5.5",
    "description": "Twitch chat client",
    "homepage": "https://chatterino.com",
    "license": "MIT",
    "suggest": {
        "vcredist": [
            "extras/vcredist2013",
            "extras/vcredist2022"
        ]
    },
    "architecture": {
        "64bit": {
            "url": "https://chatterino.fra1.digitaloceanspaces.com/bin/2.5.5/Chatterino.Portable.zip",
            "hash": "b17a484952486b5e10094430f30896dc9b719969ce0b31c5b82bf3c9b4ff8afa"
        }
    },
    "extract_dir": "chatterino2",
    "bin": "chatterino.exe",
    "shortcuts": [
        [
            "chatterino.exe",
            "Chatterino"
        ]
    ],
    "persist": [
        "Cache",
        "Logs",
        "Misc",
        "ProfileAvatars",
        "Settings",
        "Themes"
    ],
    "checkver": "/([\\d.]+)/Chatterino.Portable.zip",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://chatterino.fra1.digitaloceanspaces.com/bin/$version/Chatterino.Portable.zip"
            }
        },
        "extract_dir": "chatterino$majorVersion"
    }
}
