{
  "name": "Boppers",
  "short_name": "Boppers",
  "description": "A gentle, audio-first learning game for young children \u2014 letters, numbers, reading, grammar, and first math.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F6F6FB",
  "theme_color": "#F6F6FB",
  "categories": [
    "education",
    "kids"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}