Mozaic.js Profiler for Chrome

Mozaic.js Profiler for Chrome

Extends the Chrome Developer Tools with a panel for monitoring Mozaic.js components

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mozaic.js Profiler for Chrome",
  "version": "0.1.1",
  "description": "Extends the Chrome Developer Tools with a panel for monitoring Mozaic.js components",
  "permissions": [
    "webNavigation",
    "tabs",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "script/lib/jquery.min.js",
      "script/lib/underscore-min.js",
      "script/background.js"
    ]
  },
  "devtools_page": "devtools.html",
  "options_page": "panel.html"
}