{
    "$schema": "../../../../../../WidgetRegistrations/registrationWidgetManifest.schema.json",
    "displayName": "Hello Widget",
    "entryPoint": {
        "host": "https://hellowidget.azurewebsites.net/widget-remote.js"
    },
    "entryPointOverrides": [
        {
            "key": "CN",
            "host": "https://hellowidget.azurewebsites.net/widget-remote-cn.js"
        },
        {
            "key": "pg",
            "className": "peregrine-widgets",
            "configuration": {
                "configRef": "SportsCardWC/default",
                "experienceName": "SportsCardWC",
                "widgetGroup": "widgetGroup-windowsNewsPlus"
            }
        }
    ],
    "icon": {
        "src": "images/icon.png"
    },
    "id": "com.contoso.widget.hello",
    "maxInstances": 5,
    "minimumDashboardVersion": 1,
    "placeholderImage": [
        {
            "src": "images/placeholder1.png",
            "size": "small",
            "theme": "light"
        },
        {
            "src": "images/placeholder2.png",
            "size": "small",
            "theme": "light"
        }
    ],
    "screenshots": [
        {
            "src": "images/screenshot1.png",
            "size": "small",
            "theme": "light"
        },
        {
            "src": "images/screenshot2.png",
            "size": "small",
            "theme": "light"
        }
    ],
    "supportedAuth": ["AAD", "MSA"],
    "supportedSizes": ["large", "medium", "small"]
}
