{
    "version": "3.8.7",
    "description": "Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.",
    "homepage": "https://github.com/henrypp/simplewall",
    "license": "GPL-3.0-only",
    "url": "https://github.com/henrypp/simplewall/releases/download/v.3.8.7/simplewall-3.8.7-bin.7z",
    "hash": "9f5bd16936decf1ace052a0120452cdeef004d5f6563f99bef180e7ae874e2a3",
    "architecture": {
        "64bit": {
            "extract_dir": "simplewall\\64"
        },
        "32bit": {
            "extract_dir": "simplewall\\32"
        },
        "arm64": {
            "extract_dir": "simplewall\\arm64"
        }
    },
    "pre_install": [
        "'simplewall.ini', 'profile.xml' | ForEach-Object {",
        "    if (!(Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" | Out-Null }",
        "}"
    ],
    "bin": "simplewall.exe",
    "shortcuts": [
        [
            "simplewall.exe",
            "simplewall"
        ]
    ],
    "persist": [
        "simplewall.ini",
        "profile.xml"
    ],
    "checkver": {
        "github": "https://api.github.com/repos/henrypp/simplewall/releases/latest",
        "jsonpath": "$..browser_download_url",
        "regex": "simplewall-([\\d.]+)-bin\\.(7z|zip)"
    },
    "autoupdate": {
        "url": "https://github.com/henrypp/simplewall/releases/download/v.$version/simplewall-$version-bin.7z",
        "hash": {
            "url": "$baseurl/simplewall-$version.sha256"
        }
    }
}
