{
  "name": "MakeItGuess — Reverse Number Guessing Game",
  "short_name": "MakeItGuess",
  "description": "Think of a secret number and watch the computer guess it in record time using logarithmic binary search!",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#020b06",
  "theme_color": "#05140b",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "education", "utilities"]
}
