{
  "name": "Dentiez - הפורטל הדנטלי של ישראל",
  "short_name": "Dentiez",
  "description": "השוואת רופאי שיניים, מחירים וטיפולים בישראל",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["health", "medical", "dental"],
  "lang": "he",
  "dir": "rtl",
  "icons": [
    {
      "src": "/site-assets/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/site-assets/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/site-assets/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/site-assets/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/site-assets/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/site-assets/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/site-assets/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/site-assets/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dentiez Home Page"
    },
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dentiez Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "short_name": "Appointment",
      "description": "Quickly book a new appointment",
      "url": "/appointments",
      "icons": [
        {
          "src": "/icons/appointment-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Patient Portal",
      "short_name": "Portal",
      "description": "Access your patient portal",
      "url": "/patient-portal",
      "icons": [
        {
          "src": "/icons/portal-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Register",
      "short_name": "Register",
      "description": "Create a new account",
      "url": "/register",
      "icons": [
        {
          "src": "/icons/register-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
