{
  "name": "Airport Streams",
  "short_name": "AirportStreams",
  "description": "Watch live aviation streams from New Zealand airports. Track flights, follow aircraft and capture your flight.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d0d0d",
  "theme_color": "#c0392b",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Watch Live",
      "url": "/live",
      "description": "Go to the Live Centre"
    },
    {
      "name": "Flight Board",
      "url": "/flights",
      "description": "Live flight arrivals and departures"
    },
    {
      "name": "Capture My Flight",
      "url": "/capture-my-flight",
      "description": "Request your flight be captured"
    }
  ],
  "categories": ["travel", "entertainment", "lifestyle"]
}
