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