{
    "version": "2.0.1",
    "description": "A simple drawing and painting program that works well with Wacom-style graphics tablets.",
    "homepage": "http://mypaint.org",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mypaint/mypaint/releases/download/v2.0.1/mypaint-w64-2.0.1-standalone.7z",
            "hash": "6c2d033653b30fb02087cf168d45cd06a940eb72f702567d05358c9a23c5178a"
        },
        "32bit": {
            "url": "https://github.com/mypaint/mypaint/releases/download/v2.0.1/mypaint-w32-2.0.1-standalone.7z",
            "hash": "03acebca8ee48dd06b33981a5406f224a3597110f0bab29ce4d99ec73201bbb1"
        }
    },
    "bin": "mypaint.exe",
    "shortcuts": [
        [
            "mypaint.exe",
            "MyPaint"
        ]
    ],
    "checkver": {
        "github": "https://github.com/mypaint/mypaint"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mypaint/mypaint/releases/download/v$version/mypaint-w64-$version-standalone.7z"
            },
            "32bit": {
                "url": "https://github.com/mypaint/mypaint/releases/download/v$version/mypaint-w32-$version-standalone.7z"
            }
        }
    }
}
