Custom Keyboard Shortcuts Firefox

Examine source code of Custom Keyboard Shortcuts

Inspect and view changes in Custom Keyboard Shortcuts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom Keyboard Shortcuts",
  "version": "1.0",
  "description": "Allows users to set custom keyboard shortcuts",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "commands"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a99c12f2-0b43-4303-9fbb-c494a4f0eccb}"
    }
  }
}

Best Custom Keyboard Shortcuts Alternatives

Here are some Firefox add-ons that are similar to Custom Keyboard Shortcuts: