{
    "version": "2026.1",
    "description": "Makes the Windows taskbar translucent/transparent.",
    "homepage": "https://github.com/TranslucentTB/TranslucentTB",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/TranslucentTB/TranslucentTB/releases/download/2026.1/TranslucentTB-portable-x64.zip",
            "hash": "50c9bfb4a0e013b46cdf902221bd7b13ee4a278a3e95122e6c581fa5bd472e68"
        },
        "arm64": {
            "url": "https://github.com/TranslucentTB/TranslucentTB/releases/download/2026.1/TranslucentTB-portable-arm64.zip",
            "hash": "35dd872ef1519dcc6c8fdba27c87ac51acd7b15c85db5a4388c68483482bae6a"
        }
    },
    "pre_install": [
        "# Create settings.json if it does not exist",
        "if (!(Test-Path \"$persist_dir\\settings.json\")) {",
        "    Set-Content -Path \"$dir\\settings.json\" -Value \"{}\"",
        "}"
    ],
    "shortcuts": [
        [
            "TranslucentTB.exe",
            "TranslucentTB"
        ]
    ],
    "persist": "settings.json",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/TranslucentTB/TranslucentTB/releases/download/$version/TranslucentTB-portable-x64.zip"
            },
            "arm64": {
                "url": "https://github.com/TranslucentTB/TranslucentTB/releases/download/$version/TranslucentTB-portable-arm64.zip"
            }
        }
    }
}
