{
  "name": "HomeBuddy - Home Service Platform",
  "short_name": "HomeBuddy",
  "description": "Find trusted housekeepers and home service providers near you. Book verified providers with transparent pricing and real-time availability.",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2563EB",
  "background_color": "#FFFFFF",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "lifestyle",
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "/favicon.php?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.php?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/favicon.php?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Providers",
      "short_name": "Providers",
      "description": "Browse service providers",
      "url": "/index.php#providers",
      "icons": [
        {
          "src": "/favicon.php?size=192",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your dashboard",
      "url": "/Customer/dashboard_customer.php",
      "icons": [
        {
          "src": "/favicon.php?size=192",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/index.php",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false
}