{
    "version": "121.0.6167.139-1.1",
    "description": "Google Chromium, sans integration with Google.",
    "homepage": "https://ungoogled-software.github.io/ungoogled-chromium-binaries/",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/121.0.6167.139-1.1/ungoogled-chromium_121.0.6167.139-1.1_windows_x64.zip",
            "hash": "3787427dd16e4ab17830aeb687943bc0a4bfe5285eb6db76a9006fff074a91b0"
        },
        "32bit": {
            "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/121.0.6167.139-1.1/ungoogled-chromium_121.0.6167.139-1.1_windows_x86.zip",
            "hash": "4db08f75ef1ebefe46a6f53603537464fca61cfa3dcc61753c9027fdef79ffba"
        }
    },
    "extract_dir": "ungoogled-chromium_121.0.6167.139-1.1_windows",
    "bin": [
        [
            "chrome.exe",
            "chromium",
            "--user-data-dir=\"$dir\\User Data\""
        ]
    ],
    "shortcuts": [
        [
            "chrome.exe",
            "Chromium",
            "--user-data-dir=\"$dir\\User Data\""
        ]
    ],
    "persist": "User Data",
    "checkver": {
        "github": "https://github.com/ungoogled-software/ungoogled-chromium-windows",
        "regex": "releases/tag/((?<main>[\\d.]+-\\d).(?<release>\\d))"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/$version/ungoogled-chromium_$version_windows_x64.zip",
                "hash": {
                    "url": "https://ungoogled-software.github.io/ungoogled-chromium-binaries/releases/windows/64bit/$matchMain",
                    "xpath": "//ul/li/a[contains(text(), \"$basename\")]/../ul/li[contains(text(), \"SHA256:\")]/code"
                }
            },
            "32bit": {
                "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/$version/ungoogled-chromium_$version_windows_x86.zip",
                "hash": {
                    "url": "https://ungoogled-software.github.io/ungoogled-chromium-binaries/releases/windows/32bit/$matchMain",
                    "xpath": "//ul/li/a[contains(text(), \"$basename\")]/../ul/li[contains(text(), \"SHA256:\")]/code"
                }
            }
        },
        "extract_dir": "ungoogled-chromium_$version_windows"
    }
}
