{
    "version": "20.1.0",
    "description": "Screen capture, file sharing and productivity tool.",
    "homepage": "https://getsharex.com/",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/ShareX/ShareX/releases/download/v20.1.0/ShareX-20.1.0-portable-x64.zip",
            "hash": "0e576ad3cd4914e2d286156c9a1384cae43c6e0bcd03de2a99749b802551f444"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\PersonalPath.cfg\")) { New-Item \"$dir\\PersonalPath.cfg\" | Out-Null }",
    "bin": "ShareX.exe",
    "shortcuts": [
        [
            "ShareX.exe",
            "ShareX"
        ]
    ],
    "persist": [
        "PersonalPath.cfg",
        "ShareX"
    ],
    "checkver": {
        "github": "https://github.com/ShareX/ShareX"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ShareX/ShareX/releases/download/v$version/ShareX-$version-portable-x64.zip"
            }
        }
    }
}
