Wordler

Wordler

A helpful tool to solve that tricky wordle!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wordler",
  "description": "A helpful tool to solve that tricky wordle!",
  "version": "0.5.0",
  "manifest_version": 3,
  "permissions": [],
  "icons": {
    "96": "wordler_96.png",
    "128": "wordler.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "options_page": "options.html"
}