{
  "name": "KidsGameBox - 10 Educational Games for Kids",
  "short_name": "KidsGameBox",
  "description": "Math, spelling, memory, coding logic and more - ten bright mini games built for ages 4-10. No sign-up, no download, and every game keeps working when the internet drops.",
  "id": "/kidsgamebox",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "orientation": "any",
  "background_color": "#eef2ff",
  "theme_color": "#6d28d9",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "games", "kids"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favicon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Math Balloon Pop",
      "short_name": "Math Pop",
      "url": "./index.html#mathpop",
      "description": "Solve sums and pop the right balloon"
    },
    {
      "name": "Card Memory Match",
      "short_name": "Memory",
      "url": "./index.html#memory",
      "description": "Find all eight matching pairs"
    },
    {
      "name": "Logic Maze Robot",
      "short_name": "Maze Robot",
      "url": "./index.html#maze",
      "description": "Program the robot to reach the star"
    }
  ]
}
