{
  "name": "Zocher — Smart Medication Management",
  "short_name": "Zocher",
  "description": "Track medications, set reminders, manage inventory, and stay on top of your health.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "lang": "en",
  "dir": "auto",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Medications",
      "short_name": "Meds",
      "url": "/medications"
    },
    {
      "name": "Reminders",
      "short_name": "Reminders",
      "url": "/reminders"
    }
  ]
}
