{ "##": "Check chromium.woolyss.com for different versions of Chromium releases.", "version": "138.0.7204.184-r1465706", "description": "Browser aiming for safer, faster, and more stable way for all users to experience the web.", "homepage": "https://www.chromium.org", "license": "BSD-3-Clause", "notes": [ "This build will no longer receive updates. See:", "https://github.com/Hibbiki/chromium-win64/commit/09101f3", "Consider alternatives such as 'extras/chromium' or 'extras/ungoogled-chromium'." ], "architecture": { "64bit": { "url": "https://github.com/Hibbiki/chromium-win64/releases/download/v138.0.7204.184-r1465706/chrome.nosync.7z", "hash": "sha1:e42c6d8d9a34017b0258abd248cb12adbb6a48cb" } }, "extract_dir": "Chrome-bin", "bin": [ [ "chrome.exe", "chromium", "--user-data-dir=\"$dir\\User Data\"" ] ], "shortcuts": [ [ "chrome.exe", "Chromium", "--user-data-dir=\"$dir\\User Data\"" ] ], "post_install": [ "if (!(Test-Path \"$dir\\User Data\\*\") -and (Test-Path \"$env:LocalAppData\\Chromium\\User Data\")) {", " info '[Portable Mode]: Copying user data...'", " Copy-Item \"$env:LocalAppData\\Chromium\\User Data\\*\" \"$dir\\User Data\" -Recurse", "}" ], "persist": "User Data", "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/Hibbiki/chromium-win64/releases/download/v$version/chrome.nosync.7z", "hash": { "url": "https://github.com/Hibbiki/chromium-win64/releases/latest", "regex": "$sha1 ../out/x64/chrome.nosync.7z" } } } } }