{ "name": "A browser action with no icon that makes the page red", "version": "1.0", "background": { "scripts": ["background.js"] }, "permissions": [ "tabs", "http://*/*" ], "browser_action": { "name": "Make this page red", "icons": ["icon.png"] }, "manifest_version": 2 }