Shortkeys-Custom Shortcuts Firefox

Examine source code of Shortkeys-Custom Shortcuts

By: ASN
Inspect and view changes in Shortkeys-Custom Shortcuts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Shortkeys",
  "version": "1.3.2",
  "description": "Map keyboard keys to click buttons on specific websites. Set per-site keybindings that trigger element clicks.",
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "browser_action": {
    "default_title": "Shortkeys",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+E",
        "mac": "Command+Shift+Y"
      },
      "description": "Open Shortkeys popup"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "shortkeys@superthinking.org",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Shortkeys-Custom Shortcuts Alternatives

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