{
  "name": "PAYSIX",
  "short_name": "PAYSIX",
  "description": "Car Payment & Fleet Management Dashboard",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f5c518",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/public/small.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/public/logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}