{
  "name": "D.O.T. by kindr Health",
  "short_name": "kindr",
  "description": "Your menopause AI companion. Track symptoms, chat with Dot, and understand your hormonal health.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5F0E8",
  "theme_color": "#1A1612",
  "categories": ["health", "medical", "lifestyle"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/apple-touch-icon-dot.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon-dot.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon-dot.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat with Dot",
      "short_name": "Chat",
      "url": "/chat",
      "icons": [{ "src": "/apple-touch-icon-dot.png", "sizes": "180x180" }]
    },
    {
      "name": "Log Symptoms",
      "short_name": "Log",
      "url": "/tracker",
      "icons": [{ "src": "/apple-touch-icon-dot.png", "sizes": "180x180" }]
    }
  ]
}
