Examine source code of Toggle Debug Mode

Inspect and view changes in Toggle Debug Mode source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Toggle Debug Mode",
  "version": "0.3",
  "icons": {
    "64": "icons/icon-64.png"
  },
  "description": "Toggle Debug Mode",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_area": "tabstrip",
    "default_icon": "icons/icon-64.png",
    "default_title": "Toggle Debug Mode"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}