{
  "name": "Flight Control Remix",
  "short_name": "Flight Control",
  "description": "A browser homage to Flight Control - guide aircraft to the right landing spot.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#8ec5df",
  "theme_color": "#8ec5df",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
