{
  "name": "H2S Bus Tracker",
  "short_name": "Bus Tracker",
  "description": "Track your child's school bus in real-time and get notifications",
  "start_url": "/parent-registration",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "categories": ["education", "transportation"],
  "icons": [
    {
      "src": "/bus-icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/bus-icon-512.svg", 
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Track Bus",
      "short_name": "Track",
      "description": "View live bus location",
      "url": "/parent-map",
      "icons": [{"src": "/bus-icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Register",
      "short_name": "Register", 
      "description": "Register for notifications",
      "url": "/parent-registration",
      "icons": [{"src": "/bus-icon-192.png", "sizes": "192x192"}]
    }
  ]
}