{
  "name": "CRM MVP",
  "short_name": "CRM",
  "description": "A comprehensive CRM application for managing contacts, tasks, and interactions",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/public-relation.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Add Contact",
      "url": "/?action=add-contact",
      "description": "Quickly add a new contact"
    },
    {
      "name": "View Dashboard",
      "url": "/?page=dashboard",
      "description": "Go to the main dashboard"
    }
  ]
}