{
    "##": "Multiple components under various open source licenses. Included HTTPS Everywhere extension is the strictest.",
    "version": "15.0.11",
    "description": "Web browser that connects to the internet via the Tor anonymity network",
    "homepage": "https://www.torproject.org/",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://archive.torproject.org/tor-package-archive/torbrowser/15.0.11/tor-browser-windows-x86_64-portable-15.0.11.exe#/dl.7z",
            "hash": "3ae94669801d4c1370066c2322eb3bd58a4e3cd063dab6670ea3eecf286145e7"
        },
        "32bit": {
            "url": "https://archive.torproject.org/tor-package-archive/torbrowser/15.0.11/tor-browser-windows-i686-portable-15.0.11.exe#/dl.7z",
            "hash": "2add3db7c7bd29f94a149a52515070305645fabb649b3ab60c625e8eba0be996"
        }
    },
    "extract_dir": "Browser",
    "pre_install": [
        "# Update extensions in persisted profile",
        "movedir \"$dir\\TorBrowser\\Data\\Browser\\profile.default\" \"$persist_dir\\TorBrowser\\Data\\Browser\\profile.default\" | Out-Null"
    ],
    "persist": [
        "TorBrowser\\Data\\Browser\\profile.default",
        "TorBrowser\\Data\\Tor"
    ],
    "bin": [
        [
            "firefox.exe",
            "tor-browser"
        ]
    ],
    "shortcuts": [
        [
            "firefox.exe",
            "Tor Browser"
        ]
    ],
    "checkver": {
        "url": "https://www.torproject.org/download/",
        "regex": "torbrowser/([\\d.]+)/tor-browser-windows-x86_64-portable"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://archive.torproject.org/tor-package-archive/torbrowser/$version/tor-browser-windows-x86_64-portable-$version.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://archive.torproject.org/tor-package-archive/torbrowser/$version/tor-browser-windows-i686-portable-$version.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/sha256sums-signed-build.txt"
        }
    }
}
