{
  "name": "FleetLume Daily Operations",
  "short_name": "FleetLume",
  "description": "Daily dispatch, smart assignments, offline driver workflows, accounting synchronization, payroll, documents, alerts, profitability, and fleet visibility.",
  "start_url": "./operations",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#edf2f7",
  "theme_color": "#07131f",
  "icons": [
    {
      "src": "./assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Driver My Day",
      "short_name": "My Day",
      "url": "./driver/app",
      "icons": [{"src": "./assets/images/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Dispatch Command Center",
      "short_name": "Dispatch",
      "url": "./command-center",
      "icons": [{"src": "./assets/images/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Live Fleet Map",
      "short_name": "Live Map",
      "url": "./tracking",
      "icons": [{"src": "./assets/images/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ]
}
