{
    "version": "0.12.10",
    "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.12.10/privacy.sexy-Setup-0.12.10.exe#/dl.7z",
            "hash": "sha512:7d4947da9ddc38c4fe8d68e6e060daa29de1afba75dfc21eb9c6bff6307611a919a84878b81a7a93b85107e7dbd1c66e0357517665c576c8fd675591df5d7121"
        }
    },
    "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"
                }
            }
        }
    }
}
