{
  "name": "SaleMate - Real Estate Platform",
  "short_name": "SaleMate",
  "description": "Egypt's Premier Real Estate Platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4F46E5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "My Leads",
      "short_name": "Leads",
      "description": "View your leads",
      "url": "/app/crm",
      "icons": [{ "src": "/icons/favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Notifications",
      "short_name": "Notifications",
      "description": "View notifications",
      "url": "/app/notifications",
      "icons": [{ "src": "/icons/favicon.svg", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/app/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "gcm_sender_id": "103953800507"
}
