{
  "id": "/",
  "name": "Baghdad Airport",
  "short_name": "BGW Airport",
  "description": "Live arrivals and departures for Baghdad International Airport (BGW).",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/bgw-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "theme_color": "#B51F2E",
  "background_color": "#FFFFFF",
  "display": "standalone",
  "start_url": "/arrivals",
  "scope": "/",
  "categories": ["travel"],
  "shortcuts": [
    {
      "name": "Arrivals",
      "url": "/arrivals",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Departures",
      "url": "/departures",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}
