{ "version": "1.93.129", "description": "Secure, Fast & Private Web Browser with Adblocker", "homepage": "https://brave.com", "license": { "identifier": "Freeware,BSD-3-Clause,GPL-3.0-only,...", "url": "https://github.com/brave/brave-browser/blob/master/LICENSE" }, "architecture": { "64bit": { "url": "https://github.com/brave/brave-browser/releases/download/v1.93.129/brave-v1.93.129-win32-x64.zip", "hash": "8414957a4306c101c01bc080b1e6f77e4e86c99401f0698bcb0d1d78f1742835" }, "32bit": { "url": "https://github.com/brave/brave-browser/releases/download/v1.93.129/brave-v1.93.129-win32-ia32.zip", "hash": "af1c0598ed6fa165cc077c3c94b8d6a423ef86e07e626884fd6cffcb14d89db4" }, "arm64": { "url": "https://github.com/brave/brave-browser/releases/download/v1.93.129/brave-v1.93.129-win32-arm64.zip", "hash": "6af17c3aad81bcd452304ce7bc60b6ef22e26da4851ba7dc2b24a183c63fc74f" } }, "bin": [ [ "brave.exe", "brave", "--user-data-dir=\"$dir\\User Data\"" ] ], "shortcuts": [ [ "brave.exe", "Brave", "--user-data-dir=\"$dir\\User Data\"" ] ], "post_install": [ "if (!(Test-Path \"$dir\\User Data\\*\") -and (Test-Path \"$persist_dir\\data\")) {", " info '[Portable Mode]: Copying user data from portapps data directory . . .'", " Copy-Item \"$persist_dir\\data\\*\" \"$dir\\User Data\" -Recurse", "}", "if (!(Test-Path \"$dir\\User Data\\*\") -and (Test-Path \"$env:LocalAppData\\BraveSoftware\\Brave-Browser\\User Data\")) {", " info '[Portable Mode]: Copying user data from local application data directory . . .'", " Copy-Item \"$env:LocalAppData\\BraveSoftware\\Brave-Browser\\User Data\\*\" \"$dir\\User Data\" -Recurse", "}" ], "persist": "User Data", "checkver": { "url": "https://brave-browser-downloads.s3.brave.com/latest/release-windows-x64.version", "regex": "([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/brave/brave-browser/releases/download/v$version/brave-v$version-win32-x64.zip" }, "32bit": { "url": "https://github.com/brave/brave-browser/releases/download/v$version/brave-v$version-win32-ia32.zip" }, "arm64": { "url": "https://github.com/brave/brave-browser/releases/download/v$version/brave-v$version-win32-arm64.zip" } }, "hash": { "url": "$url.sha256" } } }