{
  "id": "io.childsafe.wordbloom",
  "name": "WordBloom",
  "short_name": "WordBloom",
  "description": "A fun word-swipe puzzle game for kids. Collect pets, earn coins, and grow your vocabulary!",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#8ED1E8",
  "theme_color": "#8ED1E8",
  "orientation": "portrait",
  "categories": ["games", "education", "kids"],
  "icons": [
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
