{
    "version": "2.3.0",
    "description": "A drawing program that lets you draw, paint and animate together with others on the same canvas",
    "homepage": "https://drawpile.net/",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/drawpile/Drawpile/releases/download/2.3.0/Drawpile-2.3.0-x86_64.zip",
            "hash": "83a290b720ef4593985cebf7c2e79277952c55b3a99afaa9eb8acdd85657ad23",
            "extract_dir": "Drawpile-2.3.0-x86_64"
        },
        "32bit": {
            "url": "https://github.com/drawpile/Drawpile/releases/download/2.3.0/Drawpile-2.3.0-x86.zip",
            "hash": "bd9584191b662e3f2537b196268130fb8feaa9abacc16d4c2ad9547a785cbfdc",
            "extract_dir": "Drawpile-2.3.0-x86"
        }
    },
    "shortcuts": [
        [
            "drawpile.exe",
            "Drawpile"
        ]
    ],
    "checkver": {
        "github": "https://github.com/drawpile/Drawpile"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/drawpile/Drawpile/releases/download/$version/Drawpile-$version-x86_64.zip",
                "extract_dir": "Drawpile-$version-x86_64"
            },
            "32bit": {
                "url": "https://github.com/drawpile/Drawpile/releases/download/$version/Drawpile-$version-x86.zip",
                "extract_dir": "Drawpile-$version-x86"
            }
        }
    }
}
