{
  "name": "EliteLane",
  "short_name": "EliteLane",
  "description": "Verified Property Listings in India",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0c182e",
  "theme_color": "#0c182e",
  "icons": [
    {
      "src": "/vite.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/share-intake",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "photos", "accept": ["image/*"] }
      ]
    }
  }
}
