{
    "$schema": "../registrationWidgetManifest.schema.json",
    "minimumDashboardVersion": 1,
    "id": "com.microsoft.calendar",
    "maxInstances": 1,
    "entryPoint": {
        "host": "https://outlook.office.com/mail/$(UPN)/scripts/owa.calendarwidget.js",
        "configuration": {}
    },
    "entryPointOverrides": [
        {
            "key": "CN",
            "host": "https://partner.outlook.cn/mail/$(UPN)/scripts/owa.calendarwidget.js",
            "configuration": {}
        }
    ],
    "supportedAuth": [
        "AAD",
        "MSA"
    ],
    "supportedSizes": [
        "medium",
        "large"
    ],
    "excludedRegions": [],
    "activationUrl": "https://outlook.office.com/calendar",
    "preferredSize": "large",
    "displayName": "Outlook Calendar",
    "icon": {
        "src": "images/calendar-icon.svg"
    },
    "placeholderImage": [
        {
            "theme": "light",
            "size": "large",
            "src": "images/calendar-light-large.svg"
        },
        {
            "theme": "light",
            "size": "medium",
            "src": "images/calendar-light-medium.svg"
        },
        {
            "theme": "light",
            "size": "small",
            "src": "images/calendar-light-small.svg"
        },
        {
            "theme": "dark",
            "size": "large",
            "src": "images/calendar-dark-large.svg"
        },
        {
            "theme": "dark",
            "size": "medium",
            "src": "images/calendar-dark-medium.svg"
        },
        {
            "theme": "dark",
            "size": "small",
            "src": "images/calendar-dark-small.svg"
        }
    ]
}
