{
    "version": "13.0.9",
    "homepage": "https://mullvad.net/en/browser",
    "description": "A privacy-focused web browser developed in a collaboration between Mullvad VPN and the Tor Project.",
    "license": "MPL-2.0",
    "architecture": {
        "64bit": {
            "url": "https://cdn.mullvad.net/browser/13.0.4/mullvad-browser-windows-x86_64-portable-13.0.4.exe#/dl.7z",
            "hash": "67bcd4568a4d376cbeb1f78fcb5a8d2e5b116b86c15ded49179d171488c6cc0b"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Browser\\update*\" -Recurse -ErrorAction SilentlyContinue",
    "shortcuts": [
        [
            "Browser\\mullvadbrowser.exe",
            "Mullvad Browser"
        ]
    ],
    "persist": [
        "Data",
        "UpdateInfo"
    ],
    "checkver": {
        "url": "https://cdn.mullvad.net/browser/update_responses/update_1/release/downloads.json",
        "jsonpath": "$.version"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://cdn.mullvad.net/browser/13.0.4/mullvad-browser-windows-x86_64-portable-13.0.4.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/sha256sums-signed-build.txt",
            "regex": "$sha256\\s+$basename"
        }
    }
}
