{
    "version": "4.14",
    "description": "Background program making any application minimizable to the system tray by right-clicking its Minimize button",
    "homepage": "https://github.com/benbuck/rbtray",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/benbuck/rbtray/releases/download/v4.14/x64.zip",
            "hash": "0bc420262a583a06e41418547a151803d27739d5e6ccb79f0f1939e902e667ac"
        },
        "32bit": {
            "url": "https://github.com/benbuck/rbtray/releases/download/v4.14/x86.zip",
            "hash": "ed812d66bb302558af6fc3a2916cde837180bfb72ef388d3e8f71d13be4b6dd2"
        }
    },
    "shortcuts": [
        [
            "RBTray.exe",
            "RBTray"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/benbuck/rbtray/releases/download/v$version/x64.zip"
            },
            "32bit": {
                "url": "https://github.com/benbuck/rbtray/releases/download/v$version/x86.zip"
            }
        }
    }
}
