{
  "name": "BarNapkin",
  "short_name": "BarNapkin",
  "description": "Exact flight math for pilots: fuel, wind, crosswind, altitude, airspeed, descent and every unit on the ramp. Estimates you can check, with the working shown.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#171310",
  "theme_color": "#171310",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}