{
  "name": "7-Day Gut Reset",
  "short_name": "Gut Reset",
  "description": "Your personalized 7-day gut reset protocol",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f6f7f4",
  "theme_color": "#556847",
  "orientation": "portrait",
  "categories": ["health", "lifestyle"],
  "shortcuts": [
    {
      "name": "Today's Program",
      "short_name": "Program",
      "description": "Jump to your daily program",
      "url": "/program",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Health Tracker",
      "short_name": "Health",
      "description": "Log symptoms and check-ins",
      "url": "/health",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your progress overview",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-dashboard.png",
      "sizes": "487x898",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home dashboard with today's program and progress"
    },
    {
      "src": "/screenshots/home-insights.png",
      "sizes": "487x898",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Personalized insights and lifestyle tips"
    },
    {
      "src": "/screenshots/library-recipes.png",
      "sizes": "487x898",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Recipe library with daily recommendations"
    },
    {
      "src": "/screenshots/library-knowledge.png",
      "sizes": "487x885",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Knowledge cards for gut health education"
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
