{
  "name": "BMI Health Calculator",
  "short_name": "BMI Calculator",
  "description": "Comprehensive BMI calculator with health insights, progress tracking, and personalized recommendations",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2c7a2c",
  "background_color": "#ffffff",
  "categories": ["health", "fitness", "lifestyle", "medical"],
  "lang": "en-US",
  "icons": [
    {
      "src": "assets/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "assets/screenshots/desktop-calculator.png",
      "sizes": "1200x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BMI Calculator on Desktop"
    },
    {
      "src": "assets/screenshots/mobile-calculator.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BMI Calculator on Mobile"
    },
    {
      "src": "assets/screenshots/progress-tracking.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Progress Tracking Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Calculate BMI",
      "short_name": "Calculate",
      "description": "Quickly calculate your BMI",
      "url": "/#calculator",
      "icons": [
        {
          "src": "assets/icons/shortcut-calculator.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Track Progress",
      "short_name": "Progress",
      "description": "View your health progress",
      "url": "/#progress",
      "icons": [
        {
          "src": "assets/icons/shortcut-progress.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Health Goals",
      "short_name": "Goals",
      "description": "Manage your health goals",
      "url": "/#goals",
      "icons": [
        {
          "src": "assets/icons/shortcut-goals.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [
    {
      "protocol": "web+bmi",
      "url": "/?bmi=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "application/json": [".json"],
        "text/csv": [".csv"]
      }
    }
  ]
}