{
    "name": "MealFlow Planer",
    "short_name": "MealFlow",
    "description": "Inteligentny planer posiłków z listą zakupów",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#10b981",
    "orientation": "portrait",
    "icons": [
      {
        "src": "icon.png",
        "sizes": "192x192 512x512",
        "type": "image/png"
      }
    ]
}