{
  "name": "Parenting Companion",
  "short_name": "Parenting",
  "description": "Practical structure for modern parents — routines, behavior patterns, milestones, and 1-on-1 time. Private and on-device.",
  "start_url": "/app/parenting",
  "scope": "/app/parenting",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4efe1",
  "theme_color": "#3D5A80",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}