{
  "name": "La Ride",
  "short_name": "La Ride",
  "description": "St. Barth's free community rideshare. 🥖🚗🌴",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#9DDDF0",
  "theme_color": "#1FA9C8",
  "lang": "fr",
  "categories": ["travel", "social", "lifestyle"],
  "icons": [
    {
      "src": "/icons/laride-icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icons/laride-icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icons/laride-icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/icons/laride-icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live map",
      "short_name": "Map",
      "url": "/map",
      "description": "See who's on the road right now."
    },
    {
      "name": "Offer a ride",
      "short_name": "Offer",
      "url": "/offers"
    },
    {
      "name": "Ask for a ride",
      "short_name": "Ask",
      "url": "/requests"
    }
  ]
}
