{
  "name": "xa-FlightPlan",
  "short_name": "FlightPlan",
  "description": "Flight planning route and profile tool.",
  "start_url": "./flight.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "scope": "./",
  "icons": [
    {
      "src": "./icons/flight-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/flight-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
