{
  "name": "AutoSpot - Car Service Booking",
  "short_name": "AutoSpot",
  "description": "A modern system for booking and managing car services",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e3a8a",
  "orientation": "portrait-primary",
  "scope": "/",
  "id": "autospot-pwa",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    }
  ]
}