{
  "name": "MedTracker",
  "short_name": "MedTracker",
  "description": "Personal medication tracker with dose logging, live timers, and adherence analytics.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#6366f1",
  "orientation": "any",
  "categories": ["health", "medical", "lifestyle"],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "shortcuts": [
    {
      "name": "Log Dose",
      "url": "/dashboard",
      "description": "Log a medication dose"
    },
    {
      "name": "Medications",
      "url": "/medications",
      "description": "View medications"
    }
  ]
}
