{
  "name": "Bus Seating Chart",
  "short_name": "Bus Seats",
  "description": "Assign and manage bus seating arrangements",
  "start_url": "/bus-seating.html",
  "scope": "/",
  "id": "bus-seating-app",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFD700",
  "theme_color": "#FFD700",
  "icons": [
    {
      "src": "icon-seating-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-seating-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-seating-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}