Wordy (Version of Wordle) Productivity & Fun

Play Wordy - a version of Wordle Online Free! (Productivity and Fun)
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wordy (Version of Wordle) Productivity & Fun",
  "description": "Play Wordy - a version of Wordle Online Free! (Productivity and Fun)",
  "version": "4.997",
  "manifest_version": 3,
  "action": {
    "default_popup": "link.html",
    "default_icon": {
      "16": "/images/get_started16.png",
      "32": "/images/get_started32.png",
      "48": "/images/get_started48.png",
      "128": "/images/get_started128.png"
    }
  },
  "icons": {
    "16": "/images/get_started16.png",
    "32": "/images/get_started32.png",
    "48": "/images/get_started48.png",
    "128": "/images/get_started128.png"
  }
}