{
  "short_name": "Lesa",
  "name": "Lesa - AI Skincare Assistant",
  "description": "Your personal AI-powered skincare companion for the South African market",
  "icons": [
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#9B4A3A",
  "background_color": "#FCFBF8",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["health", "beauty", "lifestyle"],
  "screenshots": [
    {
      "src": "screenshots/dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard with skin health overview"
    },
    {
      "src": "screenshots/routine.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Daily skincare routine tracker"
    }
  ],
  "shortcuts": [
    {
      "name": "My Routine",
      "short_name": "Routine",
      "description": "View your daily skincare routine",
      "url": "/routine",
      "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Face Scan",
      "short_name": "Scan",
      "description": "Analyze your skin with AI",
      "url": "/onboarding/face-scan",
      "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Progress",
      "short_name": "Progress",
      "description": "Track your skin journey",
      "url": "/progress",
      "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
