Browser JS Error Icon Firefox

Examine source code of Browser JS Error Icon

Inspect and view changes in Browser JS Error Icon source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Browser JS Error Icon",
  "version": "1.1",
  "description": "Little icon to remind you that something gone wrong on the current tab.",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "inject.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Chrome JS Error Icon",
    "default_popup": "popup.html"
  },
  "optional_permissions": [
    "<all_urls>"
  ]
}

Best Browser JS Error Icon Alternatives

Here are some Firefox add-ons that are similar to Browser JS Error Icon: