{
  "name": "Mango Bites",
  "short_name": "Mango Bites",
  "description": "Order directly from local restaurants at real menu prices.",
  "start_url": "/customer",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#f59e0b",
  "icons": [
    {
      "src": "/mango-bites-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/mango-bites-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Customer",
      "short_name": "Customer",
      "url": "/customer",
      "icons": [
        {
          "src": "/mango-bites-icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Rider",
      "short_name": "Rider",
      "url": "/rider",
      "icons": [
        {
          "src": "/mango-bites-icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}