{
    "version": "3.7.8",
    "description": "Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.",
    "homepage": "https://www.henrypp.org/product/simplewall",
    "license": "GPL-3.0-only",
    "url": "https://github.com/henrypp/simplewall/releases/download/v.3.7.8/simplewall-3.7.8-bin.zip",
    "hash": "a738d09594872de3468ddcb7bbf23a04aecb35e7daa76af404595aab7b03b079",
    "architecture": {
        "64bit": {
            "extract_dir": "simplewall\\64"
        },
        "32bit": {
            "extract_dir": "simplewall\\32"
        }
    },
    "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://github.com/henrypp/simplewall",
        "regex": "simplewall-([\\d.]+)-bin\\.zip"
    },
    "autoupdate": {
        "url": "https://github.com/henrypp/simplewall/releases/download/v.$version/simplewall-$version-bin.zip",
        "hash": {
            "url": "$baseurl/simplewall-$version.sha256"
        }
    }
}
