{
  "name": "GPX Tracker | JURO Digital GbR",
  "short_name": "GPX Tracker",
  "description": "Lokale Offline GPX-Analyse, Höhenprofile und Kartendarstellung",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#000000",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "file_handlers": [
  {
    "action": "/",
    "accept": {
      "application/gpx+xml": [".gpx"],
      "application/xml": [".gpx"],
      "text/xml": [".gpx"]
    }
  }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "GPX Tracker Desktop Ansicht"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "GPX Tracker Mobile Ansicht"
    }
  ]
}