Spelling Bee Help

Spelling Bee Help

Shows help for the words you're missing in today's spelling bee.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Spelling Bee Help",
  "version": "1.3",
  "description": "Shows help for the words you're missing in today's spelling bee.",
  "icons": {
    "32": "img/bee-help-32.png",
    "48": "img/bee-help-48.png",
    "96": "img/bee-help-96.png",
    "128": "img/bee-help-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.nytimes.com/puzzles/spelling-bee"
      ],
      "js": [
        "SpellingBeeHelp.js"
      ]
    }
  ]
}