{
  "id": "/",
  "name": "Liftie",
  "short_name": "Liftie",
  "description": "Carpooling with people going to nearby destinations",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en-ZA",
  "dir": "ltr",
  "icons": [
    {
      "src": "/logo.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/logo.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/logo.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable"
    },
    {
      "src": "/logo.jpeg",
      "sizes": "180x180",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Find a Ride",
      "short_name": "Find Ride",
      "description": "Search for a lift near you",
      "url": "/explore",
      "icons": [{ "src": "/logo.jpeg", "sizes": "96x96", "type": "image/jpeg" }]
    },
    {
      "name": "Offer a Lift",
      "short_name": "Offer Lift",
      "description": "Post your route and pick up riders",
      "url": "/lifts/offer",
      "icons": [{ "src": "/logo.jpeg", "sizes": "96x96", "type": "image/jpeg" }]
    },
    {
      "name": "My Wallet",
      "short_name": "Wallet",
      "description": "Check your balance and top up",
      "url": "/wallet",
      "icons": [{ "src": "/logo.jpeg", "sizes": "96x96", "type": "image/jpeg" }]
    }
  ],
  "categories": ["transportation", "travel"],
  "prefer_related_applications": false
}
