{
  "name": "AnthroKid — Child Growth Tracker",
  "short_name": "AnthroKid",
  "description": "Follow your child's growth from birth to 5 years using WHO growth standards. Z-scores, percentiles, growth charts and developmental milestones.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F6F7F4",
  "theme_color": "#0E7C66",
  "lang": "en",
  "dir": "ltr",
  "categories": ["health", "medical", "parenting", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add a measurement",
      "short_name": "Add",
      "description": "Record a new weight, height or head circumference",
      "url": "/?screen=add",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Growth charts",
      "short_name": "Charts",
      "description": "See your child plotted on the WHO growth charts",
      "url": "/?screen=growth",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
