{
    "version": "0.12.1.1",
    "description": "The Chromium-based web browser made for people, with love. Best privacy by default, unbiased ad-blocking, no bloat and no noise. (Pre-release)",
    "homepage": "https://helium.computer",
    "license": "BSD-3-Clause, GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/imputnet/helium-windows/releases/download/0.12.1.1/helium_0.12.1.1_x64-windows.zip",
            "hash": "4ed45d0034d9546d6229a14cd38a435bffe19631ad0252808ec182ca16f768f7",
            "extract_dir": "helium_0.12.1.1_x64-windows"
        },
        "arm64": {
            "url": "https://github.com/imputnet/helium-windows/releases/download/0.12.1.1/helium_0.12.1.1_arm64-windows.zip",
            "hash": "8ca38ed6dd03f43ab227c85a1726c4ddf8e0d934de1fbd44160464c6adac9d57",
            "extract_dir": "helium_0.12.1.1_arm64-windows"
        }
    },
    "bin": [
        [
            "chrome.exe",
            "helium-pre",
            "--user-data-dir=\"$persist_dir\\User Data\""
        ]
    ],
    "shortcuts": [
        [
            "chrome.exe",
            "Helium (Pre-release)",
            "--user-data-dir=\"$persist_dir\\User Data\""
        ]
    ],
    "persist": "User Data",
    "checkver": {
        "github": "https://api.github.com/repos/imputnet/helium-windows/releases",
        "jsonpath": "$.[0].tag_name"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/imputnet/helium-windows/releases/download/$version/helium_$version_x64-windows.zip",
                "extract_dir": "helium_$version_x64-windows"
            },
            "arm64": {
                "url": "https://github.com/imputnet/helium-windows/releases/download/$version/helium_$version_arm64-windows.zip",
                "extract_dir": "helium_$version_arm64-windows"
            }
        }
    }
}
