{
  "name": "Giallo Cars Client Portal",
  "short_name": "Giallo Cars",
  "description": "Your vehicle information, service history, and booking portal for Giallo Cars – Independent Maserati Specialist.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e2d4a",
  "theme_color": "#2f81f7",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["automotive", "business"],
  "shortcuts": [
    {
      "name": "My Vehicles",
      "url": "/vehicles",
      "description": "View your vehicles"
    },
    {
      "name": "Service History",
      "url": "/service-history",
      "description": "View service history"
    }
  ]
}
