{ "name": "AngularJS Batarang", "version": "0.4.2", "description": "Extends the Developer Tools, adding tools for debugging and profiling AngularJS applications.", "background": { "page": "background.html" }, "devtools_page": "devtoolsBackground.html", "manifest_version": 2, "permissions": [ "tabs", "" ], "content_scripts": [ { "matches": [""], "js": ["js/inject/debug.js"], "run_at": "document_start" } ], "minimum_chrome_version": "21.0.1180.57" }