{
    "name": "NexaNews - Breaking News & Latest Updates",
    "short_name": "NexaNews",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#2196F3",
    "theme_color": "#2196F3",
    "description": "Your trusted source for breaking news, trending stories, and in-depth analysis across Politics, Sports, Technology, Business, and Entertainment. Stay informed with real-time updates from Kenya and around the world.",
    "orientation": "any",
    "prefer_related_applications": false,
    "categories": ["news", "magazines", "entertainment"],
    "lang": "en-US",
    "dir": "ltr",
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    "shortcuts": [
        {
            "name": "Latest News",
            "short_name": "Latest",
            "description": "View latest breaking news",
            "url": "/",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Kenya News",
            "short_name": "Kenya",
            "description": "News from Kenya",
            "url": "/category/kenya",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        }
    ]
}