{
  "name": "Better Home Hub - Find Trusted Tradespeople",
  "short_name": "BetterHomeHub",
  "description": "Find trusted local trade professionals for your home improvement projects. Get free quotes from vetted plumbers, electricians, builders, and more.",
  "start_url": "/",
  "display": "minimal-ui",
  "orientation": "portrait-primary",
  "theme_color": "#3B82F6",
  "background_color": "#ffffff",
  "lang": "en-GB",
  "scope": "/",
  "categories": ["business", "utilities", "lifestyle"],
  "icons": [
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Get a Quote",
      "short_name": "Quote",
      "description": "Get free quotes from local tradespeople",
      "url": "/quote"
    },
    {
      "name": "Browse Services",
      "short_name": "Services",
      "description": "Browse all available home services",
      "url": "/services"
    }
  ]
}