{
    "$schema": "../registrationWidgetManifest.schema.json",
    "appId": "com.msn.weather",
    "displayName": "Weather",
    "entryPoint": {
        "className": "peregrine-widgets",
        "configuration": {
            "configRef": "WeatherCardWC/default",
            "experienceName": "WeatherCardWC",
            "widgetGroup": "widgetGroup-windowsNewsPlus"
        }
    },
    "icon": {
        "src": "images/WeatherIcon.svg"
    },
    "id": "com.msn.weather",
    "maxInstances": 5,
    "minimumDashboardVersion": 1,
    "placeholderImage": [
        {
            "theme": "light",
            "size": "large",
            "src": "images/weather-preload-large-Lt.svg"
        },
        {
            "theme": "dark",
            "size": "large",
            "src": "images/weather-preload-large-Dk.svg"
        },
        {
            "theme": "light",
            "size": "medium",
            "src": "images/weather-preload-med-Lt.svg"
        },
        {
            "theme": "dark",
            "size": "medium",
            "src": "images/weather-preload-med-Dk.svg"
        },
        {
            "theme": "light",
            "size": "small",
            "src": "images/weather-preload-small-Lt.svg"
        },
        {
            "theme": "dark",
            "size": "small",
            "src": "images/weather-preload-small-Dk.svg"
        }
    ],
    "preferredSize": "large",
    "providerDisplayName": "Weather",
    "providerId": "com.msn.weather",
    "supportedAuth": ["AAD", "MSA", "NONE"],
    "supportedSizes": ["large", "medium", "small"]
}
