{
  "name": "YPO SF Gold Platform",
  "short_name": "YPO SF Gold",
  "description": "Young Presidents' Organization San Francisco Gold Chapter platform for member connections, events, and networking.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#A37CFF",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["business", "networking", "productivity"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Member Directory",
      "short_name": "Directory",
      "description": "View member directory and profiles",
      "url": "/directory"
    },
    {
      "name": "Events",
      "short_name": "Events",
      "description": "Browse upcoming events and RSVPs",
      "url": "/events"
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "View and edit your profile",
      "url": "/profile"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "/contact?email=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/profile/edit",
      "accept": {
        "text/vcard": [".vcf"],
        "text/csv": [".csv"]
      }
    }
  ]
} 