{
    "version": "5.1.0.0",
    "description": "Adjust Windows according to your preferences to improve the performance and privacy of the OS.",
    "homepage": "https://www.w10privacy.de/english-home/",
    "license": {
        "identifier": "CC-BY-NC-ND-4.0",
        "url": "https://www.w10privacy.de/deutsch-start/download"
    },
    "url": "https://www.w10privacy.de/app/download/12302828636/W10Privacy.zip?t=1706696293",
    "hash": "1ad010fd7b7ea7b4fa60ef3c06bccfc587b03591cc9a2a51acd609405ad23556",
    "installer": {
        "script": [
            "if (-not (Test-Path \"$persist_dir\\W10Privacy.ini\")) { Set-Content \"$dir\\W10Privacy.ini\" '' -Encoding Ascii }",
            "(Get-ChildItem $dir 'W10*Setup.exe').FullName | Expand-7zipArchive -DestinationPath $dir -Removal",
            "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstal*\" -Recurse"
        ]
    },
    "shortcuts": [
        [
            "W10Privacy.exe",
            "W10Privacy"
        ]
    ],
    "persist": "W10Privacy.ini",
    "checkver": {
        "url": "https://www.w10privacy.de/deutsch-start/download",
        "regex": "(?sm)current version: v\\.([\\d.]+).*href=\"/app/download/(?<randnum>\\d+)/W10Privacy.zip\\?t=(?<randnumt>\\d+)"
    },
    "autoupdate": {
        "url": "https://www.w10privacy.de/app/download/$matchRandnum/W10Privacy.zip?t=$matchRandnumt"
    }
}
