{
  "id": "/",
  "name": "Dewy Platform",
  "short_name": "Dewy",
  "description": "Healthcare data integration dashboard — sync, monitor, and manage your data pipelines.",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0052CC",
  "background_color": "#0F172A",
  "start_url": "/",
  "scope": "/",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-wide.png",
      "sizes": "2000x1898",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard overview with pipeline status, activity feed, and connection health"
    },
    {
      "src": "/screenshots/dashboard-narrow.png",
      "sizes": "429x931",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile dashboard with pipeline status and recent activity"
    }
  ]
}
