{
  "name": "EV Caravan Navigator",
  "short_name": "EV Caravan",
  "description": "Smarte Ladeplanung für E-Auto mit Wohnwagen",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#1d4ed8",
  "lang": "de",
  "categories": [
    "navigation",
    "travel",
    "utilities"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Route planen",
      "short_name": "Route",
      "description": "Neue Route mit Ladestopps berechnen",
      "url": "./index.html#route",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Karte",
      "short_name": "Karte",
      "description": "Ladestationen in der Nähe anzeigen",
      "url": "./index.html#karte",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}