{
    "name": "Mobile Games Hub",
    "short_name": "MGH",
    "description": "Discover and play thousands of free mobile games. Read reviews, get tips, and find the best games for iOS and Android.",
    "icons": [
        {
            "src": "/images/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/images/favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "/images/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        }
    ],
    "theme_color": "#6366f1",
    "background_color": "#ffffff",
    "display": "standalone",
    "orientation": "portrait-primary",
    "start_url": "/",
    "scope": "/",
    "categories": ["games", "entertainment"],
    "screenshots": [
        {
            "src": "/images/screenshot-1.png",
            "sizes": "1280x720",
            "type": "image/png",
            "label": "Home screen showing featured games"
        },
        {
            "src": "/images/screenshot-2.png",
            "sizes": "1280x720",
            "type": "image/png",
            "label": "Game categories view"
        }
    ],
    "shortcuts": [
        {
            "name": "New Games",
            "short_name": "New",
            "description": "View the latest game releases",
            "url": "/games?sort=newest",
            "icons": [{ "src": "/images/new-games-icon.png", "sizes": "96x96" }]
        },
        {
            "name": "Categories",
            "short_name": "Categories",
            "description": "Browse games by category",
            "url": "/categories",
            "icons": [{ "src": "/images/categories-icon.png", "sizes": "96x96" }]
        }
    ],
    "prefer_related_applications": false,
    "lang": "en-US",
    "dir": "ltr"
}