{
  "name": "PuzzleBub",
  "short_name": "PuzzleBub",
  "description": "Three ready-made activities every morning, matched to your child’s age.",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7EFE6",
  "theme_color": "#F7EFE6",
  "categories": [
    "education",
    "kids",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}