{
  "short_name": "Ht Wt BMI",
  "name": "Height/Weight & BMI Converter",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "start_url": "index.html",
  "background_color": "#f7f7f7",
  "theme_color": "#007BFF",
  "display": "standalone",
  "orientation": "portrait"
}