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