{ "name": "AngularJS Batarang", "version": "0.7.4", "description": "Extends the Developer Tools, adding tools for debugging and profiling AngularJS applications.", "devtools_page": "devtoolsBackground.html", "manifest_version": 2, "permissions": [ "tabs", "" ], "icons": { "16": "img/webstore-icon.png", "48": "img/webstore-icon.png", "128": "img/webstore-icon.png" }, "content_scripts": [ { "matches": [""], "js": ["inject.js"], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": { "19": "img/icon19.png", "38": "img/icon38.png" }, "default_title": "AngularJS Super-Powered" }, "web_accessible_resources": [ "dist/hint.js" ], "minimum_chrome_version": "21.0.1180.57" }