Spelling Bee Grid

Spelling Bee Grid

Is Beeatrice stumping you today?

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Spelling Bee Grid",
  "version": "1.1.0",
  "description": "Is Beeatrice stumping you today?",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://nytimes.com/puzzles/spelling-bee",
        "https://www.nytimes.com/puzzles/spelling-bee"
      ],
      "css": [
        "grid.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}