{
  "id": "/driver/",
  "name": "SMARTKE Driver",
  "short_name": "SMARTKE",
  "description": "School bus driver — trips, attendance, parent alerts",
  "start_url": "/driver/?source=pwa",
  "scope": "/driver/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "orientation": "portrait-primary",
  "categories": ["education", "navigation"],
  "icons": [
    {
      "src": "/driver/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/driver/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/bus-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
