{
    "$schema": "../registrationWidgetManifest.schema.json",
    "activationUrl": "https://www.office.com/?auth=2",
    "appId": "com.microsoft.microsoft365",
    "displayName": "Microsoft Feed",
    "entryPoint": {
        "className": "peregrine-widgets",
        "configuration": {
            "configRef": "WindowsOfficeFeed/default",
            "experienceName": "WindowsOfficeFeed",
            "widgetGroup": "widgetGroup-windowsNewsPlus"
        }
    },
    "icon": {
        "src": "images/microsoftfeed_icon.svg"
    },
    "id": "com.microsoft.microsoft365",
    "maxInstances": 5,
    "minimumDashboardVersion": 1,
    "placeholderImage": [
        {
            "theme": "light",
            "size": "large",
            "src": "images/Light_FeedShimmer_L.svg"
        },
        {
            "theme": "dark",
            "size": "large",
            "src": "images/Dark_FeedShimmer_L.svg"
        },
        {
            "theme": "light",
            "size": "medium",
            "src": "images/Light_FeedShimmer_M.svg"
        },
        {
            "theme": "dark",
            "size": "medium",
            "src": "images/Dark_FeedShimmer_M.svg"
        }
    ],
    "preferredSize": "large",
    "providerDisplayName": "Microsoft 365 Feed",
    "providerId": "com.microsoft.microsoft365",
    "supportedAuth": [
        "AAD"
    ],
    "supportedSizes": [
        "small",
        "medium",
        "large"
    ]
}
