{
  "name": "CareTrack \u2014 An AI Foundations App",
  "short_name": "CareTrack",
  "description": "CareTrack is a personal care tracking app by AI Foundations, designed to support routines, reminders, and progress tracking.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fafb",
  "theme_color": "#2d9a8c",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "health",
    "medical",
    "lifestyle"
  ],
  "prefer_related_applications": false
}