{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "DropIn — Center Dashboard",
  "short_name": "DropIn",
  "description": "Manage your childcare center with DropIn — bookings, check-ins, messages, and earnings.",
  "id": "/dashboard",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1d9dff",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/dropin-logo.png",
      "type": "image/png",
      "sizes": "748x1250",
      "purpose": "any"
    },
    {
      "src": "/dropin-center.png",
      "type": "image/png",
      "sizes": "674x1134",
      "purpose": "any"
    }
  ]
}
