{ "manifest_version": 2, "name": "OwO", "version": "1.0", "description": "Makes you become OwO.", "icons": { "48": "icons/48.png" }, "content_scripts": [ { "matches": ["*://*/*"], "js": ["owo.js"] } ], "applications": { "gecko": { "id": "OwO@OwO" } }, "page_action": { "default_icon": { "48": "icons/48.png" }, "default_title": "OwO What's This?" } }