Shortkeys (Custom Keyboard Shortcuts) for Firefox Firefox

Examine source code of Shortkeys (Custom Keyboard Shortcuts) for Firefox

Inspect and view changes in Shortkeys (Custom Keyboard Shortcuts) for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "version": "2.0.20",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "applications": {
    "gecko": {
      "id": "Shortkeys@Shortkeys.com",
      "strict_min_version": "47.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "bower_components/mousetrap/mousetrap.min.js",
        "scripts/contentscript.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "downloads",
    "clipboardWrite",
    "storage",
    "bookmarks",
    "<all_urls>"
  ]
}

Best Shortkeys (Custom Keyboard Shortcuts) for Firefox Alternatives

Here are some Firefox add-ons that are similar to Shortkeys (Custom Keyboard Shortcuts) for Firefox: