{
  "name": "Raqip - Intermittent Fasting & Diabetes",
  "short_name": "Raqip",
  "description": "Personal health tracking app for intermittent fasting and Type 2 diabetes management",
  "theme_color": "#3b82f6",
  "background_color": "#ffffff",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Meal",
      "url": "/?tab=meals",
      "description": "Quickly log a new meal"
    },
    {
      "name": "Check Medications",
      "url": "/?tab=medications",
      "description": "View medication schedule and log doses"
    },
    {
      "name": "Start Fasting",
      "url": "/?tab=fasting",
      "description": "Start or manage fasting session"
    }
  ],
  "categories": ["health", "medical", "lifestyle", "productivity"]
} 