{ "manifest_version": 2, "name": "MarseyHieroglyphics", "version": "1.2.2", "description": "Makes it easier to use the Marsey Alphabet", "icons": { "48": "icons/Mjau.png" }, "content_scripts": [ { "matches": ["*://*.rdrama.net/*"], "js": ["project.js"] } ] }