{
  "name": "Berber Randevu Sistemi",
  "short_name": "BerberApp",
  "description": "Profesyonel berber randevu yönetim sisteminiz. Hızlı ve kolay randevu alın.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a192f",
  "theme_color": "#D4AF37",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "orientation": "portrait",
  "scope": "/",
  "lang": "tr-TR",
  "dir": "ltr",
  "categories": ["business", "lifestyle", "productivity"],
  "shortcuts": [
    {
      "name": "Randevu Al",
      "short_name": "Randevu",
      "description": "Hemen yeni bir randevu oluşturun",
      "url": "/Appointment/Create",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Profilim",
      "short_name": "Profil",
      "description": "Geçmiş randevularınızı görüntüleyin",
      "url": "/Account/Profile",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Masaüstü Randevu Ekranı"
    },
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobil Randevu Ekranı"
    }
  ]
}
