{
    "$schema": "../registrationWidgetManifest.schema.json",
    "id": "com.msn.photos",
    "maxInstances": 1,
    "minimumDashboardVersion": 1,
    "displayName": "Photos",
    "icon": {
        "src": "images/photos_icon.svg"
    },
    "entryPoint": {
        "className": "peregrine-widgets",
        "configuration": {
            "configRef": "PhotoCard/default",
            "experienceName": "PhotoCard",
            "widgetGroup": "widgetGroup-windowsNewsPlus"
        }
    },
    "placeholderImage": [
        {
            "src": "images/photos_placeholder_large_light.svg",
            "theme": "light",
            "size": "large"
        },
        {
            "src": "images/photos_placeholder_large_dark.svg",
            "theme": "dark",
            "size": "large"
        },
        {
            "src": "images/photos_placeholder_med_light.svg",
            "theme": "light",
            "size": "medium"
        },
        {
            "src": "images/photos_placeholder_med_dark.svg",
            "theme": "dark",
            "size": "medium"
        }
    ],
    "supportedAuth": ["MSA"],
    "supportedSizes": ["large", "medium"],
    "preferredSize": "large",
    "excludedRegions": ["CN"]
}
