{
  "id": "/customer/",
  "name": "Licensed Taxi - Customer App",
  "short_name": "BOOK_TAXI",
  "description": "Find nearby licensed taxi drivers.",

  "start_url": "/customer/",
  "scope": "/customer/",
  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#0b0b0b",
  "theme_color": "#d4af37",

  "icons": [
    {
      "src": "/taxi/customer/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/taxi/customer/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}