{
  "name": "Fahrwerksgeometrie Profi PWA",
  "short_name": "Fahrwerk PWA",
  "description": "Offline nutzbare Lern-App für Spur, Sturz, Nachlauf, Fahrachswinkel und Achsvermessung.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#07111f",
  "theme_color": "#0b5fff",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ]
}