HackBar

HackBar

A HackBar for new firefox. This addon is written in webextension and alternatives to the XUL version of original Hackbar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "hackbar@siralidadi"
    }
  },
  "author": "SirAlidadi",
  "description": "A HackBar for new firefox. This addon is written in webextension and alternatives to the XUL version of original Hackbar.",
  "manifest_version": 2,
  "name": "HackBar",
  "version": "1.0.1",
  "homepage_url": "https://github.com/SirAlidadi/HackBar",
  "icons": {
    "48": "icons/icon.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "devtools_page": "theme/hackbar.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}