Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BeeHive", "description": "Spelling Bee Companion", "version": "1.3", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.nytimes.com\/puzzles\/*" ], "css": [ "beehive.css" ], "js": [ "content-script.js" ] } ], "icons": { "16": "spelling-bee-card-icon.png", "32": "spelling-bee-card-icon.png", "48": "spelling-bee-card-icon.png", "128": "spelling-bee-card-icon.png" }, "permissions": [] }