{
  "name": "V3 Computers CRM",
  "short_name": "V3 CRM",
  "description": "Internal CRM portal for V3 Computers, Madurai",
  "start_url": "/crm/",
  "scope": "/crm/",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Main CRM",
      "url": "/crm/index.html",
      "description": "Open main CRM dashboard"
    },
    {
      "name": "My Dashboard",
      "url": "/crm/employee-dashboard.html",
      "description": "Open employee dashboard"
    },
    {
      "name": "New Quote",
      "url": "/crm/quotation.html",
      "description": "Create a new quotation"
    }
  ]
}
