{
  "name": "WhereU",
  "short_name": "WhereU",
  "description": "See what's happening around you — real-time social map for IRL plans.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#e11d2e",
  "categories": ["social", "lifestyle", "navigation"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Map",
      "short_name": "Map",
      "url": "/app",
      "description": "Jump to the live map"
    },
    {
      "name": "My Events",
      "short_name": "Events",
      "url": "/events",
      "description": "Browse nearby events"
    }
  ],
  "screenshots": []
}
