{
    "id": "/",
    "name": "Hangout",
    "short_name": "Hangout",
    "description": "Plans that actually happen — the social planning app for people who actually show up.",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
    "background_color": "#faf8f5",
    "theme_color": "#faf8f5",
    "orientation": "portrait-primary",
    "lang": "en-US",
    "dir": "ltr",
    "categories": ["social", "lifestyle", "productivity"],
    "iarc_rating_id": "",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/brand/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/brand/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/brand/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/brand/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/brand/screenshot-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Hangout — your upcoming plans"
        },
        {
            "src": "/brand/screenshot-desktop.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Hangout — manage your social calendar"
        }
    ],
    "shortcuts": [
        {
            "name": "Create Hangout",
            "short_name": "Create",
            "description": "Plan a new hangout with friends",
            "url": "/create?source=pwa-shortcut",
            "icons": [
                {
                    "src": "/brand/web-app-manifest-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "My Hangouts",
            "short_name": "Hangouts",
            "description": "View your upcoming and past hangouts",
            "url": "/my-hangouts?source=pwa-shortcut",
            "icons": [
                {
                    "src": "/brand/web-app-manifest-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Friends",
            "short_name": "Friends",
            "description": "Manage your friend connections",
            "url": "/friends?source=pwa-shortcut",
            "icons": [
                {
                    "src": "/brand/web-app-manifest-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}