{
    "version": "2.1",
    "description": "Taking screenshots without bloatware features",
    "homepage": "https://www.henrypp.org/product/freeshooter",
    "license": "GPL-3.0-only",
    "url": "https://github.com/henrypp/freeshooter/releases/download/v.2.1/freeshooter-2.1-bin.zip",
    "hash": "75c49e6fd0e429c6bf908ecfc92ffb60e4f9d8ffc87b5769ccdb5e4f71cab863",
    "architecture": {
        "64bit": {
            "extract_dir": "freeshooter\\64"
        },
        "32bit": {
            "extract_dir": "freeshooter\\32"
        }
    },
    "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://github.com/henrypp/freeshooter",
        "regex": "releases/tag/v\\.([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://github.com/henrypp/freeshooter/releases/download/v.$version/freeshooter-$version-bin.zip",
        "hash": {
            "url": "$baseurl/freeshooter-$version.sha256"
        }
    }
}
