{
  "name": "GPS Tracker - JackBnB Fleet Management",
  "short_name": "GPS Tracker",
  "description": "Real-time GPS fleet tracking and management system",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f1419",
  "theme_color": "#8b5cf6",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Live Map",
      "url": "/",
      "description": "View live fleet map"
    },
    {
      "name": "Alerts",
      "url": "/alerts",
      "description": "View fleet alerts"
    },
    {
      "name": "Reports",
      "url": "/reports",
      "description": "View fleet reports"
    }
  ]
}
