{
  "name": "MyHealthNote Ecosystem",
  "short_name": "MyHealthNote Ecosystem",
  "description": "Your health, connected to a greater purpose. One ecosystem, every connection matters",
  "start_url": "/index.html?source=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#b0e0ff",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": [
    "health",
    "productivity",
    "medical"
  ],
  "icons": [
    {
      "src": "/favicons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicons/android-twa-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-1-login.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Secure Login - Access your health ecosystem safely"
    },
    {
      "src": "/screenshots/mobile-2-dashboard.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Health Dashboard - Overview of your wellness status"
    },
    {
      "src": "/screenshots/mobile-3-dashboard-vitals.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Vitals Monitoring - Track key health metrics"
    },
    {
      "src": "/screenshots/mobile-5-dashboard-vitals-charts.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Health Analytics - Visualize wellness trends and patterns"
    },
    {
      "src": "/screenshots/mobile-7-dashboard-chat.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI Health Assistant - Get instant medical insights and support"
    },
    {
      "src": "/screenshots/mobile-8-dashboard-reports.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Medical Reports - Comprehensive health documentation"
    },
    {
      "src": "/screenshots/tablet-1-login.png",
      "sizes": "768x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Tablet Optimized - Seamless experience on larger screens"
    },
    {
      "src": "/screenshots/tablet-2-dashbord-attend-patient.png",
      "sizes": "768x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Patient Management - Complete care coordination system"
    },
    {
      "src": "/screenshots/tablet-5-dashbord-patient-icd10-diagnosis.png",
      "sizes": "768x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ICD-10 Coding - Professional medical diagnosis system"
    },
    {
      "src": "/screenshots/tablet-9-dashbord-patient-case-report.png",
      "sizes": "768x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Clinical Documentation - Detailed case reports and analysis"
    }
  ]
}