{
    "$schema": "../registrationWidgetManifest.schema.json",
    "appId": "com.msn.traffic",
    "displayName": "Traffic",
    "entryPoint": {
        "className": "peregrine-widgets",
        "configuration": {
            "configRef": "TrafficCardWC/default",
            "experienceName": "TrafficCardWC",
            "widgetGroup": "widgetGroup-windowsNewsPlus"
        }
    },
    "excludedRegions": ["IL", "RU","VE", "JP", "KR"],
    "icon": {
        "src": "images/traffic_icon.svg"
    },
    "id": "com.msn.traffic",
    "maxInstances": 5,
    "minimumDashboardVersion": 1,
    "placeholderImage": [
        {
            "src": "images/lightLargePlaceholder.svg",
            "theme": "light",
            "size": "large"
        },
        {
            "src": "images/lightMediumPlaceholder.svg",
            "theme": "light",
            "size": "medium"
        },
        {
            "src": "images/largeDarkPlaceholder.svg",
            "theme": "dark",
            "size": "large"
        },
        {
            "src": "images/lightSmallPlaceholder.svg",
            "theme": "light",
            "size": "small"
        },
        {
            "src": "images/darkSmallPlaceholder.svg",
            "theme": "dark",
            "size": "medium"
        },
        {
            "src": "images/darkMediumPlaceholder.svg",
            "theme": "dark",
            "size": "medium"
        }
    ],
    "providerDisplayName": "Traffic",
    "providerId": "com.msn.traffic",
    "screenshots": [
        {
            "src": "images/screenshot_commute.png",
            "size": "medium",
            "theme": "dark"
        }
    ],
    "supportedAuth": ["AAD", "MSA", "NONE"],
    "supportedSizes": ["large", "medium", "small"]
}
