{
  "name": "CMG Nexus Platform",
  "short_name": "CMG Nexus",
  "description": "Field operations, orders, catalogs, routes and receivables in one installable workspace.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F3F7FB",
  "theme_color": "#0B7BC1",
  "icons": [
    {
      "src": "./public/assets/images/cmg-logo-highres.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./public/assets/images/cmg-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Take order",
      "short_name": "Order",
      "url": "./orders/create",
      "description": "Open the order workspace fast."
    },
    {
      "name": "Catalogs",
      "short_name": "Catalog",
      "url": "./catalogs",
      "description": "Open catalog and share flows."
    },
    {
      "name": "Assistant routes",
      "short_name": "Routes",
      "url": "./assistant",
      "description": "Build and review route plans."
    },
    {
      "name": "Live operations",
      "short_name": "Live ops",
      "url": "./operations/live-locations",
      "description": "Track live field status and replay."
    }
  ]
}
