{
  "name": "Wehunt Comfort",
  "short_name": "Wehunt",
  "description": "HVAC Service & Comfort Solutions",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f2744",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "https://images.unsplash.com/photo-1581094794329-c8112a89af12?w=192&h=192&fit=crop",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://images.unsplash.com/photo-1581094794329-c8112a89af12?w=512&h=512&fit=crop",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Book Service",
      "short_name": "Book",
      "description": "Schedule HVAC service",
      "url": "/booking",
      "icons": [{ "src": "https://images.unsplash.com/photo-1581094794329-c8112a89af12?w=96&h=96&fit=crop", "sizes": "96x96" }]
    },
    {
      "name": "Customer Portal",
      "short_name": "Portal",
      "description": "View your service history",
      "url": "/portal",
      "icons": [{ "src": "https://images.unsplash.com/photo-1581094794329-c8112a89af12?w=96&h=96&fit=crop", "sizes": "96x96" }]
    },
    {
      "name": "Service Login",
      "short_name": "Service",
      "description": "Staff dashboard",
      "url": "/service",
      "icons": [{ "src": "https://images.unsplash.com/photo-1581094794329-c8112a89af12?w=96&h=96&fit=crop", "sizes": "96x96" }]
    }
  ]
}
