Backspace Shortcut Reenabler Firefox

Examine source code of Backspace Shortcut Reenabler

Inspect and view changes in Backspace Shortcut Reenabler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "page_action": {
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    },
    "default_title": "__MSG_extensionName__"
  },
  "browser_action": {
    "default_icon": "data/icons/32.png",
    "default_title": "__MSG_extensionName__"
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "data/content_script/inject.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f4cad05e-f2e0-0312-ab73-adb1e52e3daa}"
    }
  }
}

Best Backspace Shortcut Reenabler Alternatives

Here are some Firefox add-ons that are similar to Backspace Shortcut Reenabler: