{
    "version": "19.0.2.782",
    "description": "Screen capture, file sharing and productivity tool. (Dev. Version)",
    "homepage": "https://getsharex.com",
    "license": "GPL-3.0-only",
    "url": "https://github.com/ShareX/DevBuilds/releases/download/v19.0.2.782/ShareX-19.0.2.782-portable.zip",
    "hash": "35595a92ed226646c12ba8b62b50d437104bc7116a7cc5fad2c7dffa8822333f",
    "pre_install": "if (!(Test-Path \"$persist_dir\\PersonalPath.cfg\")) { New-Item \"$dir\\PersonalPath.cfg\" | Out-Null }",
    "bin": "ShareX.exe",
    "shortcuts": [
        [
            "ShareX.exe",
            "ShareX Dev"
        ]
    ],
    "persist": [
        "PersonalPath.cfg",
        "ShareX"
    ],
    "checkver": {
        "github": "https://api.github.com/repos/ShareX/DevBuilds/releases",
        "jsonpath": "$..tag_name",
        "regex": "v([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://github.com/ShareX/DevBuilds/releases/download/v$version/ShareX-$version-portable.zip",
        "hash": {
            "url": "https://github.com/ShareX/DevBuilds/releases",
            "regex": "ShareX-$version-portable.zip</td>\\s*<td><code>$sha256</code>"
        }
    }
}
