{
  "name": "Haptrip CRM",
  "short_name": "HTCRM",
  "description": "Haptrip CRM for leads, quotations, costing, bookings, vouchers, and HRM.",
  "id": "/",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0B4FB3",
  "icons": [
    {
      "src": "/assets/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Leads",
      "short_name": "Leads",
      "url": "/leads/leads.php",
      "icons": [{ "src": "/assets/pwa/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Quotations",
      "short_name": "Quotes",
      "url": "/htqb2/dashboard.php",
      "icons": [{ "src": "/assets/pwa/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
