{
  "name": "restoranım AI",
  "short_name": "restoranım",
  "description": "Menü, rezervasyon ve değerlendirme yönetimi",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#d10000",
  "theme_color": "#d10000",
  "lang": "tr",
  "gcm_sender_id": "848740914684",
  "categories": ["food", "business", "productivity"],
  "icons": [
    {
      "src": "/icons/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/apple-touch-icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Menü Yönet",
      "short_name": "Menü",
      "description": "Menüyü düzenle",
      "url": "/menu-admin.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Rezervasyonlar",
      "short_name": "Rezervasyon",
      "description": "Rezervasyonları görüntüle",
      "url": "/rezervasyon-admin.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Yorumlar",
      "short_name": "Yorumlar",
      "description": "Müşteri yorumları",
      "url": "/yorumlar.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
