{
  "name": "Nerve Client Care",
  "short_name": "Nerve Care",
  "description": "Professional IT service requests and booking portal",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f0f",
  "theme_color": "#dc2626",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["business", "utilities"],
  "shortcuts": [
    {
      "name": "Request Service",
      "short_name": "Request",
      "description": "Submit a new service request",
      "url": "/request"
    },
    {
      "name": "Book Appointment",
      "short_name": "Book",
      "description": "Book a service appointment",
      "url": "/book"
    }
  ]
}
