{
  "name": "The NestEd App",
  "short_name": "NestEd",
  "description": "Play-based learning experiences, planned around your child and their milestones.",
  "start_url": "/app?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F5F2",
  "theme_color": "#27374D",
  "categories": [
    "education",
    "parenting",
    "kids"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png?v=7",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png?v=7",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/maskable-512.png?v=7",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
