You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

manifest.json 292B

1234567891011121314
  1. {
  2. "manifest_version": 2,
  3. "name": "Wordle Extended Share",
  4. "version": "1.0",
  5. "description": "Includes the guesses as well as the colors",
  6. "content_scripts": [
  7. {
  8. "matches": ["*://*.powerlanguage.co.uk/*", "http://localhost/*"],
  9. "js": ["wordle-share.js"]
  10. }
  11. ]
  12. }