{
    "version": "147.0.7727.137-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/147.0.7727.137-1.1/ungoogled-chromium_147.0.7727.137-1.1_windows_x64.zip",
            "hash": "e2684d7a59064c2d104c68c7de3224e11459bf7320a23868db290f2dab1e8a21",
            "extract_dir": "ungoogled-chromium_147.0.7727.137-1.1_windows_x64"
        },
        "32bit": {
            "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/147.0.7727.137-1.1/ungoogled-chromium_147.0.7727.137-1.1_windows_x86.zip",
            "hash": "15c66f1797a7b9769dbda208ed70077a908f45d6f9cc234e575ca18e98b30c59",
            "extract_dir": "ungoogled-chromium_147.0.7727.137-1.1_windows_x86"
        },
        "arm64": {
            "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/147.0.7727.137-1.1/ungoogled-chromium_147.0.7727.137-1.1_windows_arm64.zip",
            "hash": "0b69145d7abd92205542a3cf001f0a74fe9ebf6a58e1b1f38f548e6a9ae31081",
            "extract_dir": "ungoogled-chromium_147.0.7727.137-1.1_windows_arm64"
        }
    },
    "bin": [
        [
            "chrome.exe",
            "chromium",
            "--user-data-dir=\"$dir\\User Data\""
        ]
    ],
    "shortcuts": [
        [
            "chrome.exe",
            "Chromium",
            "--user-data-dir=\"$dir\\User Data\""
        ]
    ],
    "env_set": {
        "CHROME_EXECUTABLE": "$dir\\chrome.exe"
    },
    "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"
                },
                "extract_dir": "ungoogled-chromium_$version_windows_x64"
            },
            "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_x86"
            },
            "arm64": {
                "url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/$version/ungoogled-chromium_$version_windows_arm64.zip",
                "hash": {
                    "url": "https://ungoogled-software.github.io/ungoogled-chromium-binaries/releases/windows/arm64/$matchMain",
                    "xpath": "//ul/li/a[contains(text(), \"$basename\")]/../ul/li[contains(text(), \"SHA256:\")]/code"
                },
                "extract_dir": "ungoogled-chromium_$version_windows_arm64"
            }
        }
    }
}
