{
    "version": "13.3.0",
    "description": "Powerful yet simple to use screenshot software",
    "homepage": "https://flameshot.org",
    "license": "GPL-3.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/flameshot-org/flameshot/releases/download/v13.3.0/flameshot-13.3.0-win64.zip",
            "hash": "653d183bfaa13535b263ee811df5a49a93e99daffb20df5aa7e89c389e5bc8f4",
            "extract_dir": "flameshot-13.3.0-win64"
        }
    },
    "pre_install": "Remove-Item \"$dir\\bin\\vc_redi*.exe\"",
    "bin": "bin\\flameshot.exe",
    "shortcuts": [
        [
            "bin\\flameshot.exe",
            "Flameshot"
        ]
    ],
    "checkver": {
        "github": "https://github.com/flameshot-org/flameshot"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/flameshot-org/flameshot/releases/download/v$version/flameshot-$version-win64.zip",
                "extract_dir": "flameshot-$version-win64"
            }
        },
        "hash": {
            "url": "$url.sha256sum"
        }
    }
}
