{
  "name": "LeadsMagnet.app",
  "short_name": "LeadsMagnet",
  "description": "Automated Lead Management for IndiaMART",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#080c10",
  "theme_color": "#00d4ff",
  "orientation": "portrait-primary",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icons/icon16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Monitor",
      "short_name": "Monitor",
      "description": "Live lead feed",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/icon48.png",
          "sizes": "48x48"
        }
      ]
    },
    {
      "name": "History",
      "short_name": "History",
      "description": "Lead purchase history",
      "url": "/dashboard/history",
      "icons": [
        {
          "src": "/icons/icon48.png",
          "sizes": "48x48"
        }
      ]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}