{ "name": "A browser action which changes its icon when clicked.", "version": "1.1", "background": { "scripts": ["background.js"] }, "permissions": [ "tabs", "http://*/*" ], "browser_action": { "name": "Click to change the icon's color" }, "manifest_version": 2 }