{
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "/newEmail?to=%s"
    }
  ],
  "short_name": "TakingFlight",
  "name": "Taking Flight",
  "description": "TakingFlight is a video streaming service designed to offer a seamless and engaging experience for users. It's a progressive web application tailored for compatibility with various devices, including Fire TV, emphasizing ease of access and user-friendly navigation.",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#ec674c",
  "background_color": "#ffffff",
  "orientation": "landscape-primary",
  "screenshots": [
    {
      "src": "screenshots/screenshot-1.png",
      "sizes": "1366x768",
      "type": "image/png"
    },
    {
      "src": "screenshots/screenshot-2.png",
      "sizes": "387x517",
      "type": "image/png"
    },
    {
      "src": "screenshots/screenshot-3.png",
      "sizes": "210x453",
      "type": "image/png"
    }
  ],
  "dir": "ltr",
  "lang": "en",
  "categories": [
    "business",
    "education",
    "fitness",
    "food",
    "health",
    "medical"
  ]
}