{ "version": "1.86.148", "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.86.148/brave-v1.86.148-win32-x64.zip", "hash": "9ff95b78bc626309c3b2813908916b8d50cb059fc98df1529d80ae10e7bb5be9" }, "32bit": { "url": "https://github.com/brave/brave-browser/releases/download/v1.86.148/brave-v1.86.148-win32-ia32.zip", "hash": "0820430b9dfc746b038a132d1d5c206157b157e9a3e97e037e61d1dceeee07f6" }, "arm64": { "url": "https://github.com/brave/brave-browser/releases/download/v1.86.148/brave-v1.86.148-win32-arm64.zip", "hash": "434409c17eaa47187d13a9420f10f89c6da3d8e218e82cb055fb80c3c7f40c2b" } }, "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" } } }