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