{
  "name": "LeadCloserAI",
  "short_name": "LeadCloser",
  "description": "You're doing the job. We'll chase the next one.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0B1120",
  "theme_color": "#FAFBFC",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add a lead",
      "short_name": "Add lead",
      "url": "/app/leads?new=1"
    },
    {
      "name": "Follow-ups",
      "short_name": "Follow-ups",
      "url": "/app/follow-ups"
    }
  ]
}
