{
    "name": "MemeHubHQ - Viral Memes & Videos",
    "short_name": "MemeHubHQ",
    "description": "Discover and share the internet's funniest memes, viral videos, and sound effects",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#050505",
    "theme_color": "#facc15",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "entertainment",
        "social"
    ],
    "screenshots": [
        {
            "src": "/screenshot1.png",
            "sizes": "540x720",
            "type": "image/png"
        }
    ]
}