{
  "name": "Sky Brief",
  "short_name": "Sky Brief",
  "description": "Sky Brief is a modern, data-driven application designed to assist pilots and aviation professionals in pre-flight planning and maintaining situational awareness. Our goal is to consolidate critical information into an intuitive and efficient interface, leveraging the best of modern technology..",
  "start_url": "/",
  "lang": "en",
  "display": "standalone",
  "orientation": "portrait-primary"
  "background_color": "#F0F4F7",
  "theme_color": "#3EB4E8",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable_icon_x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable_icon_x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
"screenshots" : [
  {
    "src": "/Screenshots/screenshot1.png",
    "sizes": "2940x1430",
    "type": "image/png",
    "platform": "wide",
  }
  {
    "src": "/Screenshots/screenshot2.png",
    "sizes": "2940x1430",
    "type": "image/png",
    "platform": "wide",
  }
  {
    "src": "/Screenshots/screenshot3.png",
    "sizes": "2940x1430",
    "type": "image/png",
    "platform": "wide",
  }
  {
    "src": "/Screenshots/screenshot4.png",
    "sizes": "2940x1430",
    "type": "image/png",
    "platform": "wide",
  }
]
"shortcuts": [
  {
    "name": "Logbook",
    "url": "/logbook"
  },
  {
    "name": "Charts",
    "url": "/charts",
    "description": "The maps and charts window."
  }
  {
    "name": "Weather",
    "url": "/weather",
    "description": "Opens directly to the weather tab."
  }
]
"categories": ["tools", "weather", "navigation"]