Guess It, Binary Search Game

Guess It, Binary Search Game

Guess It, Binary Search Game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Guess It, Binary Search Game",
  "description": "Guess It, Binary Search Game",
  "version": "1.3",
  "action": {
    "default_icon": "128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "128.png"
  }
}