{ "manifest_version": 2, "name": "Wordle Extended Share", "version": "1.0", "description": "Includes the guesses as well as the colors", "content_scripts": [ { "matches": ["*://*.powerlanguage.co.uk/*", "http://localhost/*"], "js": ["wordle-share.js"] } ] }