{
    "name": "PlayFrenzy Games",
    "short_name": "PlayFrenzy",
    "description": "Play 1000+ free online games instantly. Action, Puzzle, Racing, Sports & more!",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#050505",
    "theme_color": "#3b82f6",
    "orientation": "any",
    "scope": "/",
    "icons": [
        {
            "src": "/favicon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "games",
        "entertainment"
    ],
    "screenshots": [
        {
            "src": "/og-banner.png",
            "sizes": "1200x630",
            "type": "image/png",
            "form_factor": "wide"
        }
    ]
}