{
  "name": "FuelNearMe - Günstig Tanken im 3km-Umkreis",
  "short_name": "FuelNearMe",
  "description": "Finde die günstigsten Tankstellen für Super E5, E10 und Diesel in exakt 3 km Umkreis in Deutschland mit Echtzeit-Preisen.",
  "start_url": "/?source=pwa",
  "id": "/?source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay", "minimal-ui"],
  "background_color": "#F2F2F7",
  "theme_color": "#007AFF",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "de-DE",
  "dir": "ltr",
  "prefer_related_applications": false,
  "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["navigation", "utilities", "travel", "finance"],
  "shortcuts": [
    {
      "name": "Super E10 Günstigste",
      "short_name": "E10",
      "description": "Günstigsten E10-Kraftstoff im 3km-Umkreis finden",
      "url": "/?fuel=e10",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Diesel Günstigste",
      "short_name": "Diesel",
      "description": "Günstigsten Diesel im 3km-Umkreis finden",
      "url": "/?fuel=diesel",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Super E5 Günstigste",
      "short_name": "E5",
      "description": "Günstigsten E5-Kraftstoff im 3km-Umkreis finden",
      "url": "/?fuel=e5",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
