{
  "name": "Zeali CRM",
  "short_name": "Zeali",
  "description": "Zeali Secure Engineering CRM — contacts, orders, invoices, ledger, and team coordination.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#E86A2E",
  "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": "Dashboard",   "url": "/#dashboard",  "description": "Open dashboard" },
    { "name": "Reminders",   "url": "/#reminders",  "description": "View reminders" },
    { "name": "New Enquiry", "url": "/#enquiry",    "description": "Create a new enquiry" }
  ],
  "categories": ["business", "productivity"],
  "lang": "en"
}
