{
    "version": "5.4.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=1768561144#/dl.zip",
    "hash": "d13923f7ec97523ed90cb7332cb5e003395d9f3ccba7167283330e1573d74d5d",
    "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#/dl.zip",
        "hash": {
            "url": "https://www.w10privacy.de/deutsch-start/download",
            "regex": "$sha256"
        }
    }
}
