{
    "##": "Multiple components under various open source licenses. Included HTTPS Everywhere extension is the strictest.",
    "version": "13.0.9",
    "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/13.0.9/tor-browser-windows-x86_64-portable-13.0.9.exe#/dl.7z",
            "hash": "73b3d43f1d7940714e19e0f58c55682d46cf7e1c062a95b9327244b9894eddf9"
        },
        "32bit": {
            "url": "https://archive.torproject.org/tor-package-archive/torbrowser/13.0.9/tor-browser-windows-i686-portable-13.0.9.exe#/dl.7z",
            "hash": "623d49650e0cbf81d6c04fb2f4e650b4ecce9ae3d9b1b30d69420cd61d793692"
        }
    },
    "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"
        }
    }
}
