{
  "name": "AeroCater Operations",
  "short_name": "AeroCater",
  "description": "Airport catering dispatch — real-time ops board",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#06101F",
  "theme_color": "#00C2A8",
  "categories": ["productivity", "utilities"],
  "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" }
  ],
  "shortcuts": [
    { "name": "Driver view", "url": "/driver.html", "description": "Driver shift view" },
    { "name": "Dispatch board", "url": "/index.html", "description": "Dispatcher control" }
  ]
}
