
{
  "name": "Meduler - Effortless Medication Management",
  "short_name": "Meduler",
  "description": "Smart medication management app for patients and caregivers. Schedule medications, get intelligent reminders, and securely share with caregivers.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#ffffff",
  "theme_color": "hsl(262, 83.3%, 57.8%)",
  "icons": [
    {
      "src": "favicon.ico?v=20250319",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "icon.svg?v=20250319",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192x192.png?v=20250319",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512x512.png?v=20250319",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "logo-social.svg?v=20250319",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["medical", "healthcare", "productivity"],
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Add Medication",
      "short_name": "Add Meds",
      "description": "Add a new medication to your schedule",
      "url": "/?add=true",
      "icons": [{ "src": "icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Schedule",
      "short_name": "Schedule",
      "description": "View your medication schedule",
      "url": "/#medication-schedule",
      "icons": [{ "src": "icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Meduler Dashboard"
    }
  ],
  "related_applications": [],
  "iarc_rating_id": "",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
