Wordle Dictionary New Tab Page

Wordle Dictionary New Tab Page

Shows a random Wordle word on the new tab page. Use this extension to improve your Wordle vocabulary.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Wordle Dictionary New Tab Page",
  "version": "1.0",
  "description": "Shows a random Wordle word on the new tab page. Use this extension to improve your Wordle vocabulary.",
  "author": "Agency Enterprise Studio",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  }
}