{ "name": "bannerbanner", "description": "Hide view-reducing screen junk from websites.", "version": "1.2.0", "icons": { "48": "/icon_disabled.svg" }, "page_action": { "browser_style": true, "default_title": "Ban banners", "default_icon": "/icon_enabled.svg" }, "background": { "scripts": ["background_script.js"] }, "content_scripts": [{ "matches": [""], "js": ["content_script.js"], "run_at": "document_end" }], "permissions": [ "", "storage", "tabs" ], "applications": { "gecko": {"id": "bannerbanner@bannerbanner"} }, "manifest_version": 2 }