{
    "version": "3.1.0",
    "description": "A no-frills GUI for Redshift.",
    "homepage": "https://codeberg.org/ltguillaume/redshift-tray",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://codeberg.org/ltguillaume/redshift-tray/releases/download/3.1.0/redshift-tray_3.1.0.zip",
            "hash": "4b9ac69b44da7aa449e6105e4767b5ddc21cae2ae973c2fbaee83cf03d1bbbfa"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\rstray.ini\")) { New-Item \"$dir\\rstray.ini\" | Out-Null }",
    "bin": [
        "redshift.exe",
        "rstray.exe"
    ],
    "shortcuts": [
        [
            "rstray.exe",
            "Redshift Tray"
        ]
    ],
    "persist": "rstray.ini",
    "checkver": {
        "url": "https://codeberg.org/api/v1/repos/ltguillaume/redshift-tray/releases/latest",
        "jsonpath": "$.tag_name"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://codeberg.org/ltguillaume/redshift-tray/releases/download/$version/redshift-tray_$version.zip"
            }
        },
        "hash": {
            "url": "$baseurl/redshift-tray_$version.sha256"
        }
    }
}
