Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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. }