{
    "version": "2023.2",
    "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/2023.2/TranslucentTB-portable-x64.zip",
            "hash": "4462af71aaa15ad5e4ad2bd5e1024d32a24e4be6774363e4d3f2c38a013e64b8"
        },
        "arm64": {
            "url": "https://github.com/TranslucentTB/TranslucentTB/releases/download/2023.2/TranslucentTB-portable-arm64.zip",
            "hash": "f8e32499ed9d0889d36b0c42cc80a225a3a3dc774e40a8fd7be7502000a9cbf3"
        }
    },
    "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"
            }
        }
    }
}
