{
  "name": "DealMeal - Spare beim Kochen",
  "short_name": "DealMeal",
  "description": "Jede Woche frische Rezepte basierend auf aktuellen Supermarkt-Angeboten.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f5f5",
  "theme_color": "#22c55e",
  "orientation": "portrait",
  "scope": "/",
  "lang": "de",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["food", "shopping", "lifestyle"],
  "screenshots": [],
  "prefer_related_applications": false
}