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