Wordle

Wordle

Fun Wordle Games and Mods Packed Into an Extension!!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wordle",
  "description": "Fun Wordle Games and Mods Packed Into an Extension!!!",
  "version": "0.1.0",
  "manifest_version": 3,
  "icons": {
    "192": "/Wordle/www.nytimes.com/games/wordle/images/NYT-Wordle-Icon-192.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "/wordle/index.html",
    "default_icon": {
      "192": "/Wordle/www.nytimes.com/games/wordle/images/NYT-Wordle-Icon-192.png"
    }
  },
  "options_page": "",
  "permissions": [],
  "host_permissions": []
}