{
  "short_name": "Auto Sniper",
  "name": "Auto Sniper - AI Car Parts Search",
  "description": "AI-gestützte Suche nach Autoteilen, Preisvergleich, Tankstellen und Autowäschen",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#1f2937",
  "background_color": "#111827",
  "orientation": "portrait",
  "lang": "de",
  "categories": ["auto", "shopping", "utilities"],
  "shortcuts": [
    {
      "name": "Spritpreise",
      "short_name": "Sprit",
      "description": "Aktuelle Spritpreise in deiner Nähe",
      "url": "/?page=fuel",
      "icons": [{ "src": "favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "E-Ladestationen",
      "short_name": "E-Laden",
      "description": "E-Ladestationen finden",
      "url": "/?page=evstations",
      "icons": [{ "src": "favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "KI-Suche",
      "short_name": "Suche",
      "description": "Autoteile per Foto suchen",
      "url": "/?page=search",
      "icons": [{ "src": "favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Wetter",
      "short_name": "Wetter",
      "description": "Wetter & Fahrbedingungen",
      "url": "/?page=weather",
      "icons": [{ "src": "favicon.svg", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "scope": "/",
  "id": "auto-sniper-pwa"
}
