{
    "name": "SuviShouts",
    "short_name": "SuviShouts",
    "description": "India's fastest news aggregator. AI-summarized news in 60 words.",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#E63946",
    "background_color": "#ffffff",
    "categories": ["news"],
    "icons": [
        {
            "src": "/images/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "/images/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/images/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "/images/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "/images/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png"
        },
        {
            "src": "/images/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/images/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/images/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Breaking News",
            "short_name": "Breaking",
            "description": "Latest breaking news",
            "url": "/hi/breaking",
            "icons": [
                {
                    "src": "/images/icons/icon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Cricket",
            "short_name": "Cricket",
            "description": "Live cricket scores and news",
            "url": "/hi/cricket",
            "icons": [
                {
                    "src": "/images/icons/icon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "For You",
            "short_name": "For You",
            "description": "Personalised news feed",
            "url": "/hi/for-you",
            "icons": [
                {
                    "src": "/images/icons/icon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Live TV",
            "short_name": "Live TV",
            "description": "Watch live news channels",
            "url": "/hi/live-tv",
            "icons": [
                {
                    "src": "/images/icons/icon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Recipes",
            "short_name": "Recipes",
            "description": "Browse recipes",
            "url": "/hi/recipes",
            "icons": [
                {
                    "src": "/images/icons/icon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "/images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "SuviShouts home screen"
        },
        {
            "src": "/images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide",
            "label": "SuviShouts news feed"
        }
    ]
}
