{
  "name": "Lezzet Lokantası - Taste Restaurant",
  "short_name": "Lezzet",
  "description": "Modern PWA restaurant application with multi-language support",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f59e0b",
  "theme_color": "#f59e0b",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": [
    "food",
    "lifestyle"
  ],
  "lang": "tr-TR"
}