{
    "name": "Calculate Height",
    "short_name": "Calculate Height",
    "description": "Free height calculator for children - Track growth, predict adult height, analyze percentiles with CDC charts. Easy-to-use growth tracker for parents.",
    "id": "height-calculator-pwa",
    "icons": [
      {
        "src": "/android-chrome-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable any"
      },
      {
        "src": "/android-chrome-512x512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable any"
      },
      {
        "src": "/apple-touch-icon.png",
        "sizes": "180x180",
        "type": "image/png"
      },
      {
        "src": "/favicon-32x32.png",
        "sizes": "32x32",
        "type": "image/png"
      },
      {
        "src": "/favicon-16x16.png",
        "sizes": "16x16",
        "type": "image/png"
      }
    ],
    "theme_color": "#4f46e5",
    "background_color": "#f8fafc",
    "start_url": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay"],
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "dir": "ltr",
    "categories": ["health", "medical", "productivity", "utilities"],
    "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
    "screenshots": [
      {
        "src": "/screenshots/desktop-screenshot.png",
        "sizes": "1280x720",
        "type": "image/png",
        "platform": "wide",
        "label": "Height calculator desktop view showing growth charts and predictions"
      },
      {
        "src": "/screenshots/mobile-screenshot.png",
        "sizes": "640x1136",
        "type": "image/png",
        "platform": "narrow",
        "label": "Mobile height calculator with easy form input and results display"
      }
    ],
    "prefer_related_applications": false,
    "related_applications": [],
    "edge_side_panel": {
      "preferred_width": 400
    },
    "launch_handler": {
      "client_mode": "focus-existing"
    },
    "handle_links": "preferred",
    "shortcuts": [
      {
        "name": "Add Measurement",
        "short_name": "Add Height",
        "description": "Quickly add a new height measurement",
        "url": "/#measurement-form",
        "icons": [
          {
            "src": "/icons/add-measurement-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
          }
        ]
      },
      {
        "name": "View Growth Chart",
        "short_name": "Growth Chart",
        "description": "View child's growth progression chart",
        "url": "/#growth-chart",
        "icons": [
          {
            "src": "/icons/chart-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
          }
        ]
      },
      {
        "name": "FAQ",
        "short_name": "Help",
        "description": "Frequently asked questions about height calculations",
        "url": "/#faq",
        "icons": [
          {
            "src": "/icons/help-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
          }
        ]
      }
    ],
    "protocol_handlers": [],
    "file_handlers": [
      {
        "action": "/open-file",
        "accept": {
          "text/csv": [".csv"],
          "application/json": [".json"]
        }
      }
    ],
    "share_target": {
      "action": "/share-height",
      "method": "POST",
      "enctype": "multipart/form-data",
      "params": {
        "title": "title",
        "text": "text",
        "url": "url"
      }
    },
    "scope_extensions": [
      {
        "origin": "https://calculateheight.com"
      }
    ],
    "background_sync": {
      "periodic_sync": {
        "min_interval": 86400
      }
    },
    "widgets": [
      {
        "name": "Height Tracker",
        "short_name": "Tracker",
        "description": "Quick access to height tracking",
        "icons": [
          {
            "src": "/icons/widget-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
          }
        ],
        "auth": false,
        "ms_ac_template": "widget-template"
      }
    ]
}