{
    "name": "EsyPosteIt - Social Hub",
    "short_name": "EsyPosteIt",
    "description": "Premium all-in-one social media experience. Connect, share, and engage seamlessly.",
    "start_url": "/?utm_source=pwa",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#6366F1",
    "orientation": "portrait-primary",
    "scope": "/",
    "categories": ["social", "lifestyle", "entertainment"],
    "lang": "en-US",
    "dir": "ltr",
    
    "icons": [
        {
            "src": "/images/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],

    "screenshots": [
        {
            "src": "/images/screenshots/mobile-1.png",
            "sizes": "375x667",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Home Feed Screen"
        },
        {
            "src": "/images/screenshots/desktop-1.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Dashboard View"
        }
    ],

    "shortcuts": [
        {
            "name": "New Post",
            "short_name": "Post",
            "description": "Create a new social post",
            "url": "/posts/create?source=shortcut",
            "icons": [
                {
                    "src": "/images/icons/shortcut-post.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Messages",
            "short_name": "Chat",
            "description": "Check your messages",
            "url": "/messages?source=shortcut",
            "icons": [
                {
                    "src": "/images/icons/shortcut-chat.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],

    "prefer_related_applications": false
}