{
    "version": "2.2.1",
    "description": "Taking screenshots without bloatware features",
    "homepage": "https://github.com/henrypp/freeshooter",
    "license": "GPL-3.0-only",
    "url": "https://github.com/henrypp/freeshooter/releases/download/v.2.2.1/freeshooter-2.2-bin.7z",
    "hash": "561c44c6f949b1265109561ff30bd2f6c9cf07ca1e6758e0edaba04e6e77d9d1",
    "architecture": {
        "64bit": {
            "extract_dir": "freeshooter\\64"
        },
        "32bit": {
            "extract_dir": "freeshooter\\32"
        },
        "arm64": {
            "extract_dir": "freeshooter\\arm64"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\freeshooter.ini\")) { New-Item \"$dir\\freeshooter.ini\" | Out-Null }",
    "bin": "freeshooter.exe",
    "shortcuts": [
        [
            "freeshooter.exe",
            "Free Shooter"
        ]
    ],
    "persist": "freeshooter.ini",
    "checkver": {
        "github": "https://api.github.com/repos/henrypp/freeshooter/releases/latest",
        "jsonpath": "$..browser_download_url",
        "regex": "download/v.([\\d.]+)\\/freeshooter-(?<short>[\\d.]+)-bin\\.7z"
    },
    "autoupdate": {
        "url": "https://github.com/henrypp/freeshooter/releases/download/v.$version/freeshooter-$matchShort-bin.7z",
        "hash": {
            "url": "$baseurl/freeshooter-$matchShort.sha256"
        }
    }
}
