{
  "name": "UniConnect — Campus App",
  "short_name": "UniConnect",
  "description": "Buy, sell, and share rides with verified students at your university. Marketplace, rideshare, and messaging — all in one place.",
  "start_url": "/marketplace",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#5779c3",
  "orientation": "portrait-primary",
  "categories": ["shopping", "education", "lifestyle"],
  "icons": [
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Marketplace",
      "short_name": "Market",
      "description": "Browse and post listings",
      "url": "/marketplace"
    },
    {
      "name": "Rideshare",
      "short_name": "Rides",
      "description": "Find or offer rides",
      "url": "/rideshare"
    },
    {
      "name": "Messages",
      "short_name": "Chat",
      "description": "Check your messages",
      "url": "/messages"
    }
  ],
  "screenshots": []
}
