{
    "name": "They Magazine - The Latest News and Breaking Stories",
    "short_name": "They Magazine",
    "description": "They Magazine - The Latest News and Breaking Stories",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#df4a2c",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en-US",
    "categories": [
        "news",
        "media",
        "politics",
        "technology",
        "business"
    ],
    "icons": [
        {
            "src": "/assets/imgs/theme/favicon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/imgs/theme/favicon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/assets/imgs/theme/favicon.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/assets/imgs/theme/favicon.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "shortcuts": [
        {
            "name": "Latest News",
            "short_name": "News",
            "description": "View the latest breaking news",
            "url": "/",
            "icons": [
                {
                    "src": "/assets/imgs/theme/favicon.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Search",
            "short_name": "Search",
            "description": "Search for articles",
            "url": "/search",
            "icons": [
                {
                    "src": "/assets/imgs/theme/favicon.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}