{
  "id": "/dashboard",
  "name": "SETU Flow CRM",
  "short_name": "SETU Flow",
  "description": "Mobile-ready trade execution CRM alerts, leads, quotes, approvals, orders and tasks.",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#0b2e4a",
  "theme_color": "#0c7fff",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "description": "Open SETU Flow alerts and reminders.",
      "url": "/dashboard?panel=notifications",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Quick Lead",
      "short_name": "Lead",
      "description": "Capture a new trade lead.",
      "url": "/leads/new?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Events",
      "short_name": "Events",
      "description": "Open trade event workflows.",
      "url": "/trade-events?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
