Permission to Hack Firefox

Examine source code of Permission to Hack

Inspect and view changes in Permission to Hack source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Permission to Hack",
  "description": "This extension crawls the security.txt of each website you visit. It informs you once if you are allowed to hack the site and shows the regardings policies.",
  "version": "1.0",
  "author": "Martin Renze",
  "homepage_url": "https://www.martin-renze.de/",
  "icons": {
    "48": "icons/hack38.png"
  },
  "browser_action": {
    "default_title": "Permission to Hack",
    "default_icon": {
      "19": "icons/doNotHack20.png",
      "20": "icons/doNotHack20.png",
      "38": "icons/doNotHack38.png"
    }
  },
  "background": {
    "scripts": [
      "permissionToHack.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "<all_urls>"
  ]
}

Best Permission to Hack Alternatives

Here are some Firefox add-ons that are similar to Permission to Hack: