{
  "name": "PillBow - Medication Reminder",
  "short_name": "PillBow",
  "description": "A medication reminder and tracking app for elderly users",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "scope": "/",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "health",
    "medical"
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23f8fafc' width='540' height='720'/><rect fill='%233b82f6' x='20' y='20' width='500' height='100' rx='10'/><text x='270' y='75' font-size='48' font-weight='bold' text-anchor='middle' fill='white'>PillBow</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Medications",
      "short_name": "Today",
      "description": "View today's medication schedule",
      "url": "/?page=today",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%233b82f6' width='96' height='96'/><text x='48' y='48' font-size='60' text-anchor='middle' dy='.3em' fill='white'>📅</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ]
}