{
  "name": "Coco the Axolotl – Kids Games",
  "short_name": "Coco 🦎",
  "description": "Puzzle, memory, bubble pop and more fun games for kids with Coco the Axolotl!",
  "start_url": "/kids-games/?utm_source=pwa",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fef6fb",
  "theme_color": "#ff69b4",
  "categories": ["games", "kids", "education"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Puzzle",
      "url": "/puzzle/?utm_source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Bubble Pop",
      "url": "/bubble-pop/?utm_source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Memory",
      "url": "/memory/?utm_source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
