{
  "name": "BSL Driver Hub",
  "short_name": "BSL Drive",
  "description": "Driver Engagement & Monitoring System for The Burger Specialist",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0A0A0A",
  "background_color": "#FCF0E2",
  "lang": "en-TT",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "BSL LOGO.png",
      "sizes": "192x192 512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Clock in",
      "short_name": "Clock in",
      "description": "Start your shift",
      "url": "./index.html#clock-in"
    },
    {
      "name": "Log delivery",
      "short_name": "Log",
      "description": "Log a completed delivery",
      "url": "./index.html#log-delivery"
    }
  ]
}
