{
    "version": "100.0.4863.0-r965290",
    "description": "An open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.",
    "homepage": "https://www.chromium.org",
    "license": "BSD-3-Clause",
    "notes": [
        "These builds are no longer up to date as the owner discontinued the project on 20th February 2022.",
        "64 bit and 32 bit releases have different versions."
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/RobRich999/Chromium_Clang/releases/download/v100.0.4863.0-r965290-win64-sse3/chrome.zip",
            "hash": "3ca3f3aa0837c4144b9ee9268e628dbf423aab14828e8963350894c4caa59254"
        },
        "32bit": {
            "url": "https://github.com/RobRich999/Chromium_Clang/releases/download/v99.0.4844.0-r961558-win32-sse3/chrome.zip",
            "hash": "9356f30d5e959265b5f94d1435f026811a8e639f5a9a3a848ca386bf62750881"
        }
    },
    "extract_dir": "chrome-win32",
    "bin": [
        [
            "chrome.exe",
            "chromium-dev",
            "--user-data-dir=\"$dir\\User Data\""
        ]
    ],
    "shortcuts": [
        [
            "chrome.exe",
            "Chromium (Dev)",
            "--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"
}
