
{
  "name": "Claimsync RCM Tool",
  "short_name": "Claimsync",
  "description": "AI-powered healthcare claims management solution",
  "start_url": "/?source=pwa",
  "scope": "/",
  "orientation": "portrait-primary",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#9b87f5",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/logo512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/mobile-dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "screenshots/desktop-home.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}
