{
  "name": "Dadı Spa",
  "short_name": "Dadı Spa",
  "description": "Dadı Spa müşteri randevu ve takip uygulaması",
  "start_url": "/musteri/index.php?source=pwa",
  "scope": "/musteri/",
  "display": "standalone",
  "background_color": "#f6f2e9",
  "theme_color": "#344238",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "id": "/musteri/",
  "prefer_related_applications": false,
  "categories": [
    "lifestyle"
  ],
  "shortcuts": [
    {
      "name": "Randevu Al",
      "short_name": "Randevu",
      "url": "/musteri/book.php",
      "icons": [
        {
          "src": "/musteri/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Randevularım",
      "short_name": "Randevularım",
      "url": "/musteri/appointments.php",
      "icons": [
        {
          "src": "/musteri/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Bildirimler",
      "short_name": "Bildirimler",
      "url": "/musteri/notifications.php",
      "icons": [
        {
          "src": "/musteri/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}