{
  "name": "Tablet Taker",
  "short_name": "Tablet Taker",
  "description": "Your personal medication adherence tracker and reminder app",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3aaa8c",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["medical", "health"],
  "shortcuts": [
    {
      "name": "Today's Medications",
      "short_name": "Today",
      "description": "View and track today's medication schedule",
      "url": "/?shortcut=today",
      "icons": [
        {
          "src": "https://base44.com/logo_v2.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Add Medication",
      "short_name": "Add",
      "description": "Add a new medication to your schedule",
      "url": "/add",
      "icons": [
        {
          "src": "https://base44.com/logo_v2.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "View Statistics",
      "short_name": "Stats",
      "description": "Check your medication adherence statistics",
      "url": "/statistics",
      "icons": [
        {
          "src": "https://base44.com/logo_v2.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "540x720",
      "type": "image/svg+xml"
    },
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "1080x1440",
      "type": "image/svg+xml"
    }
  ]
}
