{
    "version": "2026.1.9",
    "description": "GUI for the most common CLI package managers, such as WinGet, Scoop, Chocolatey, Pip, Npm, .NET Tool, PowerShell Gallery and more.",
    "homepage": "https://devolutions.net/unigetui/",
    "license": "MIT",
    "suggest": {
        "scoop-search": "main/scoop-search"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/Devolutions/UniGetUI/releases/download/v2026.1.9/UniGetUI.x64.zip",
            "hash": "2c3972b43be7ac3766efda0e030ff56c45aa80cdddcffa0e4e2c02aaf6bbe703"
        },
        "arm64": {
            "url": "https://github.com/Devolutions/UniGetUI/releases/download/v2026.1.9/UniGetUI.arm64.zip",
            "hash": "ddc7543c943ae0784186ea0a2090aca44600cbeee3dc6a5dee2d80d5993e4da8"
        }
    },
    "pre_install": "Set-Content -Value $null -Path \"$dir\\ForceUniGetUIPortable\"",
    "shortcuts": [
        [
            "UniGetUI.exe",
            "UniGetUI"
        ]
    ],
    "persist": "Settings",
    "checkver": {
        "github": "https://github.com/Devolutions/UniGetUI"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Devolutions/UniGetUI/releases/download/v$version/UniGetUI.x64.zip"
            },
            "arm64": {
                "url": "https://github.com/Devolutions/UniGetUI/releases/download/v$version/UniGetUI.arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
