{
  "name": "StartupHub",
  "short_name": "StartupHub",
  "description": "Platform for startup communities to showcase, pitch, and grow their ventures",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#09090b",
  "theme_color": "#6366f1",
  "orientation": "any",
  "scope": "/",
  "id": "/",
  "categories": ["business", "productivity", "social"],
  "icons": [
    {
      "src": "/shipped-favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/shipped-favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your startup dashboard",
      "url": "/dashboard"
    },
    {
      "name": "Upcoming Events",
      "short_name": "Events",
      "description": "See upcoming pitch events",
      "url": "/events"
    },
    {
      "name": "Practice Pitch",
      "short_name": "Pitch",
      "description": "Practice your pitch",
      "url": "/pitch-training"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+startupshub",
      "url": "/%s"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
