{ "name": "WebDriver", "version": "0.3", "description": "WebDriver extension for Chrome", "browser_action": { "default_title": "WebDriver", "default_icon": "icons/free.png" }, "background_page": "background.html", "content_scripts": [ { "matches": ["http://*/*", "https://*/*", "file:///*"], "js": ["utils.js", "content_script.js"], "run_at": "document_end" } ], "permissions": ["http://*/*", "tabs"] }