{
  "name": "BMI Health Calculator - Interactive Health Assessment Tool",
  "short_name": "BMI Calculator",
  "description": "Free interactive BMI calculator with spinning wheel. Calculate Body Mass Index instantly and get personalized health insights.",
  "lang": "en",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#8b5cf6",
  "background_color": "#ffffff",
  "scope": "/",
  "categories": ["health", "fitness", "medical", "lifestyle", "utilities"],
  "screenshots": [
    {
      "src": "/screenshot-mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "label": "BMI Calculator Input Form on Mobile"
    },
    {
      "src": "/screenshot-mobile-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "label": "Interactive Health Wheel on Mobile"
    },
    {
      "src": "/screenshot-desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "BMI Calculator Dashboard on Desktop"
    },
    {
      "src": "/screenshot-desktop-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Health Results and Recommendations"
    }
  ],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick BMI Check",
      "short_name": "Quick BMI",
      "description": "Instantly calculate your BMI",
      "url": "/?quick=true",
      "icons": [
        {
          "src": "/shortcut-bmi.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Health Tips",
      "short_name": "Health Tips",
      "description": "View health and wellness tips",
      "url": "/health-tips",
      "icons": [
        {
          "src": "/shortcut-tips.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}