{
  "name": "Posolo — Medication Reminders",
  "short_name": "Posolo",
  "description": "Private medication reminders. No account. No data collected.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a9e6e",
  "orientation": "portrait",
  "categories": ["health", "medical", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Medications",
      "short_name": "Today",
      "url": "/?view=today",
      "description": "See today's medication schedule"
    },
    {
      "name": "Add Medication",
      "short_name": "Add",
      "url": "/?view=add",
      "description": "Add a new medication reminder"
    }
  ]
}
