{
  "name": "MediMemo Medicine Tracker & Analytics",
  "short_name": "MediMemo",
  "description": "Sleek, premium, offline-first medicine tracking and analytics platform.",
  "start_url": "index.html",
  "scope": ".",
  "display": "standalone",
  "background_color": "#0b0f19",
  "theme_color": "#0b0f19",
  "orientation": "portrait-primary",
  "categories": ["medical", "health", "lifestyle"],
  "icons": [
    {
      "src": "medimemo_logo_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "medimemo_logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "medimemo_logo_maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/narrow-tracker.png",
      "sizes": "780x1688",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Daily dose tracker with one-tap logging"
    },
    {
      "src": "screenshots/narrow-analytics.png",
      "sizes": "780x1688",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Adherence analytics and compliance stats"
    },
    {
      "src": "screenshots/wide-tracker.png",
      "sizes": "2560x1600",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Daily dose tracker with one-tap logging"
    },
    {
      "src": "screenshots/wide-analytics.png",
      "sizes": "2560x1600",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Adherence analytics and compliance stats"
    },
    {
      "src": "screenshots/wide-medicines.png",
      "sizes": "2560x1600",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Medicine schedule management"
    }
  ],
  "shortcuts": [
    {
      "name": "Log today's doses",
      "short_name": "Quick Log",
      "description": "Open the tracker to log today's medicine doses",
      "url": "index.html#tracker",
      "icons": [{ "src": "medimemo_logo_192.png", "sizes": "192x192" }]
    },
    {
      "name": "View analytics",
      "short_name": "Analytics",
      "description": "See adherence trends and compliance stats",
      "url": "index.html#analytics",
      "icons": [{ "src": "medimemo_logo_192.png", "sizes": "192x192" }]
    },
    {
      "name": "Manage medicines",
      "short_name": "Medicines",
      "description": "Add or edit medicine schedules",
      "url": "index.html#medicines",
      "icons": [{ "src": "medimemo_logo_192.png", "sizes": "192x192" }]
    }
  ]
}
