{
    "id": "com.dancygifts.app",
    "name": "DancyGifts",
    "short_name": "DancyGifts",
    "start_url": "/",
    "background_color": "#ffffff",
    "description": "Make Someone Happy Today - One member of any session is chosen to receive the collective contribution.",
    "display": "standalone",
    "theme_color": "#6777ef",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/images/logo-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/logo-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/images/home-screen.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/images/needs-mobile.png",
            "sizes": "375x667",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ]
}
