BeeCheating

BeeCheating

Get today's complete spelling bee word list and total word count, without waiting for tomorrow.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BeeCheating",
  "description": "Get today's complete spelling bee word list and total word count, without waiting for tomorrow.",
  "version": "1.3",
  "permissions": [
    "*://*.nytimes.com/puzzles/spelling-bee*",
    "declarativeContent"
  ],
  "page_action": {
    "default_popup": "beecheat.html",
    "default_icon": {
      "16": "Icon-16.png",
      "32": "Icon-32.png",
      "48": "Icon-48.png",
      "64": "Icon-64.png",
      "96": "Icon-96.png",
      "128": "Icon-128.png",
      "256": "Icon-256.png"
    }
  },
  "icons": {
    "16": "Icon-16.png",
    "32": "Icon-32.png",
    "48": "Icon-48.png",
    "64": "Icon-64.png",
    "96": "Icon-96.png",
    "128": "Icon-128.png",
    "256": "Icon-256.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "manifest_version": 2
}