{
  "name": "Airtac Service CRM",
  "short_name": "Airtac CRM",
  "description": "Field CRM for Airtac Mechanical Services LLC",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#1A3A5C",
  "theme_color": "#1A3A5C",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Lead",
      "url": "/leads",
      "description": "Add a new lead"
    },
    {
      "name": "Pipeline",
      "url": "/pipeline",
      "description": "View deal pipeline"
    }
  ]
}
