{
  "name": "Compass",
  "short_name": "Compass",
  "description": "Meet people worth knowing. Do things worth remembering.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Discover Activities",
      "short_name": "Discover",
      "description": "Browse activities near you",
      "url": "/discover",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Host an Activity",
      "short_name": "Host",
      "description": "Create a new activity",
      "url": "/host/new",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Moments",
      "short_name": "Moments",
      "description": "Share your experiences",
      "url": "/moments",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "categories": ["social", "lifestyle", "entertainment"],
  "lang": "en-US"
}
