Examine source code of HackBar For Quantum

Inspect and view changes in HackBar For Quantum 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": "HackBar Quantum",
  "description": "HackBar Quantum is a sidebar that assists you with web application security testing, it's aim is to help make those tedious tasks a little bit easier. This add-on is a predecessor to the original HackBar that is not compatible with Firefox Quantum.",
  "version": "1.6resigned1",
  "applications": {
    "gecko": {
      "strict_min_version": "57.0",
      "id": "{2e084b0a-695c-4c75-adb0-08e5ed15aa7c}"
    }
  },
  "author": "r4#51(codeblooded)",
  "developer": {
    "name": "rushic24",
    "url": "http://twitter.com/rushic24"
  },
  "homepage_url": "https://github.com/rushic24",
  "icons": {
    "48": "icons/hackbar_48.png"
  },
  "sidebar_action": {
    "default_icon": "icons/hackbar_48.png",
    "default_title": "HackBar for Quantum",
    "default_panel": "hackbar/hackbar.html"
  },
  "background": {
    "scripts": [
      "hackbar/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/hackbar_16.png",
      "32": "icons/hackbar_32.png",
      "48": "icons/hackbar_48.png"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "F9"
      }
    }
  }
}