Wordle solution - Today answer 2022

Wordle solution - Today answer 2022

Wordle answer and solution for today!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "64": "icons/icon64.png",
      "128": "icons/icon128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Feel free to donate me"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.nytimes.com/games/wordle/*"
      ]
    }
  ],
  "description": "Wordle answer and solution for today!",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxfJ7HA01BKNI9rRJGUWOpZ0seYVIZ032l2QnsLyXZp4eHwETQZ++h+sxiSSc1svxlawisojjK9amf91/xRun6zBwZcrNJKfh0qvunLuNRyqXKb+BHli2f9nUJfNbLLcxtN+ACU54f9JpgbP+12YnIOqxMhq+8mCTZxXn9P2EP85sPuWAy/VtbwNJsE7rWlBCfNF+/ufm4Wq1N15BPF+0h4T6Esj4CFCzFBOJdVTlN5u6NuBZs/Xubvt+xrHaallNL7vtzKizqo/VOqEkwBcPH3TshTX/xP/UW+6Yz0VVJ0WT4ZeXyBvhB6BrOO4Y93qb3urFM59z/bHVdzc6R0x5HQIDAQAB",
  "manifest_version": 2,
  "name": "Wordle solution - Today answer 2022",
  "short_name": "Wordle solution",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1"
}