{
  "name": "Sharing Human",
  "short_name": "Sharing Human",
  "description": "Connect through authentic human experiences and meaningful events",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "icons": [
    {
      "src": "logo-main.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "categories": ["social", "lifestyle"],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "360x640",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of event discovery"
    },
    {
      "src": "screenshot-desktop.png", 
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view of event dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Discover Events",
      "short_name": "Discover",
      "description": "Browse upcoming events in your area",
      "url": "/discover",
      "icons": [{"src": "favicon.ico", "sizes": "96x96"}]
    },
    {
      "name": "My Dashboard",
      "short_name": "Dashboard", 
      "description": "View your events and analytics",
      "url": "/dashboard",
      "icons": [{"src": "favicon.ico", "sizes": "96x96"}]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+sharing-human",
      "url": "/event/%s"
    }
  ]
}