{
    "version": "2.6",
    "description": "Small and very fast portable launcher and updater for Chromium.",
    "homepage": "https://www.henrypp.org/product/chrlauncher",
    "license": "MIT",
    "notes": [
        "Run '$dir\\SetDefaultBrowser.bat' as Administrator to register chrlauncher as the Default Browser.",
        "Change 'ChromiumType' in 'chrlauncher.ini' if you want to install another Chromium Build."
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/henrypp/chrlauncher/releases/download/v.2.6/chrlauncher-2.6-bin.zip#/dl.7z",
            "hash": "c698e8baed23ee1ad9366b475f52436bbbe95baeb3ca022e198a33865835cc99",
            "extract_dir": "chrlauncher\\64"
        },
        "32bit": {
            "url": "https://github.com/henrypp/chrlauncher/releases/download/v.2.6/chrlauncher-2.6-bin.zip#/dl.7z",
            "hash": "c698e8baed23ee1ad9366b475f52436bbbe95baeb3ca022e198a33865835cc99",
            "extract_dir": "chrlauncher\\32"
        }
    },
    "bin": "chrlauncher.exe",
    "shortcuts": [
        [
            "chrlauncher.exe",
            "Chromium (Launcher)"
        ]
    ],
    "persist": [
        "bin",
        "profile",
        "plugins",
        "chrlauncher.ini"
    ],
    "checkver": {
        "github": "https://github.com/henrypp/chrlauncher",
        "regex": "chrlauncher-([\\d.]+)-bin"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/henrypp/chrlauncher/releases/download/v.$version/chrlauncher-$version-bin.zip#/dl.7z",
                "extract_dir": "chrlauncher\\64"
            },
            "32bit": {
                "url": "https://github.com/henrypp/chrlauncher/releases/download/v.$version/chrlauncher-$version-bin.zip#/dl.7z",
                "extract_dir": "chrlauncher\\32"
            }
        },
        "hash": {
            "url": "$baseurl/chrlauncher-$version.sha256"
        }
    }
}
