{
    "version": "0.13.8",
    "description": "Enforce privacy & security on Windows.",
    "homepage": "https://privacy.sexy/",
    "license": "GPL-3.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/undergroundwires/privacy.sexy/releases/download/0.13.8/privacy.sexy-Setup-0.13.8.exe#/dl.7z",
            "hash": "sha512:d9c7f39cf0305dbd127fdff93344fcdfe19689af68323f89953240adec94845444087e7fe97e468b5f19b1966f03eab2669a5ddd8b3fb54ce78b7c5cb6369707"
        }
    },
    "pre_install": [
        "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
        "Remove-Item \"$dir\\`$*\" -Force -Recurse"
    ],
    "bin": "privacy.sexy.exe",
    "shortcuts": [
        [
            "privacy.sexy.exe",
            "privacy.sexy"
        ]
    ],
    "checkver": {
        "github": "https://github.com/undergroundwires/privacy.sexy"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/undergroundwires/privacy.sexy/releases/download/$version/privacy.sexy-Setup-$version.exe#/dl.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "sha512: $base64"
                }
            }
        }
    }
}
