{
  "id": "./",
  "name": "Bugün Ne Yesem?",
  "short_name": "Ne Yesem?",
  "description": "Kişisel yemek asistanı, akıllı tarifler ve menü planlama.",
  "lang": "tr-TR",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#fffaf2",
  "theme_color": "#f59e0b",
  "categories": [
    "food",
    "lifestyle",
    "utilities"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}