{
  "name": "Campus Rides - FAST, NED and Sir Syed University Carpooling",
  "short_name": "Campus Rides",
  "description": "Efficient and affordable carpooling for fast, ned and sir syed university students. Share rides, split costs, and build community.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#000000",
  "theme_color": "#1f2937",
  "categories": ["productivity", "travel"],
  "screenshots": [
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "purpose": "any"
    },
    {
      "src": "/screenshots/mobile-2.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "purpose": "any"
    },
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Rides",
      "short_name": "Find Rides",
      "description": "Search for available rides near you",
      "url": "/rides?mode=search",
      "icons": [
        {
          "src": "/icons/find-rides-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Offer a Ride",
      "short_name": "Offer Ride",
      "description": "Post a ride you're offering",
      "url": "/rides/offer",
      "icons": [
        {
          "src": "/icons/offer-ride-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/favicon-campus-rides.png?v=2",
      "sizes": "32x32 64x64 128x128 192x192 512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-campus-rides.png?v=2",
      "sizes": "32x32 64x64 128x128 192x192 512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+campusride",
      "url": "/rides?invite=%s"
    }
  ],
  "prefer_related_applications": false
}
