{
  "name": "Dental Receptionist AI",
  "short_name": "DentalAI",
  "description": "AI-powered dental practice management system",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#0EA5E9",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "health", "medical"],
  "lang": "en",
  "dir": "ltr",
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Open AI chat assistant",
      "url": "/chat",
      "icons": [{ "src": "/icons/chat-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "description": "View appointment schedule",
      "url": "/schedule",
      "icons": [{ "src": "/icons/calendar-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Patients",
      "short_name": "Patients",
      "description": "Search patients",
      "url": "/patients",
      "icons": [{ "src": "/icons/patients-96.png", "sizes": "96x96" }]
    }
  ]
}
