{
  "name": "VFR FlightPlan",
  "short_name": "VFR Flight",
  "description": "PPL VFR Flugplanung – AIP Poland, METAR, NOTAMs, Reporting Points",
  "start_url": "/vfr-tool/",
  "scope": "/vfr-tool/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0e17",
  "theme_color": "#00d4ff",
  "lang": "de",
  "categories": ["navigation", "utilities"],
  "icons": [
    {
      "src": "src/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "src/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "src/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "src/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Route planen",
      "short_name": "Planen",
      "description": "Neue VFR Route planen",
      "url": "/vfr-tool/",
      "icons": [{"src": "src/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ]
}
