// manifest.json - PWA manifest for mobile install + full screen takeover
{
    "name": "Instagram",
    "short_name": "Instagram",
    "description": "Instagram - Share photos and videos",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#fafafa",
    "theme_color": "#0095f6",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "https://www.instagram.com/static/images/web/mobile_nav_logo.png/d8e9c75e448c.png",
            "sizes": "76x76",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "https://www.instagram.com/static/images/web/mobile_nav_logo.png/d8e9c75e448c.png",
            "sizes": "120x120",
            "type": "image/png"
        },
        {
            "src": "https://www.instagram.com/static/images/web/mobile_nav_logo.png/d8e9c75e448c.png",
            "sizes": "152x152",
            "type": "image/png"
        },
        {
            "src": "https://www.instagram.com/static/images/web/mobile_nav_logo.png/d8e9c75e448c.png",
            "sizes": "167x167",
            "type": "image/png"
        },
        {
            "src": "https://www.instagram.com/static/images/web/mobile_nav_logo.png/d8e9c75e448c.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ],
    "categories": ["social"],
    "lang": "en-US",
    "dir": "ltr"
}