{
    "version": "1.0.0",
    "description": "Keep Outlook running in the background when the main window is closed",
    "homepage": "https://github.com/Palsternakka/OutlookWindowHook",
    "license": "GPL-3.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/Palsternakka/OutlookWindowHook/releases/download/v1.0.0/OutlookWindowsHook-Standalone.zip",
            "hash": "b93e484d742f682cb4b6330650337188b6eea8d89827a5a16d65d266c4eebae8"
        }
    },
    "shortcuts": [
        [
            "OlkWindowHook.exe",
            "Outlook Window Hook"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Palsternakka/OutlookWindowHook/releases/download/v$version/OutlookWindowsHook-Standalone.zip"
            }
        }
    }
}
