{
    "version": "1.17.2",
    "description": "Easily manage the brightness of your monitors in Windows from the system tray",
    "homepage": "https://twinkletray.com/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/xanderfrangos/twinkle-tray/releases/download/v1.17.2/Twinkle.Tray.v1.17.2.exe#/dl.7z",
            "hash": "04714c95945304e2dbb92e587cf062667ef653efa19f9c28db2c80225aa08136",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\", \"$dir\\Uninstall Twinkle Tray.exe\" -Recurse -Force -ErrorAction SilentlyContinue"
            ]
        }
    },
    "bin": [
        [
            "Twinkle Tray.exe",
            "twinkle-tray"
        ]
    ],
    "shortcuts": [
        [
            "Twinkle Tray.exe",
            "Twinkle Tray"
        ]
    ],
    "checkver": {
        "github": "https://github.com/xanderfrangos/twinkle-tray"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/xanderfrangos/twinkle-tray/releases/download/v$version/Twinkle.Tray.v$version.exe#/dl.7z"
            }
        }
    }
}
