Single Key Shortcuts Firefox

Examine source code of Single Key Shortcuts

Inspect and view changes in Single Key Shortcuts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Single Key Shortcuts",
  "description": "Navigate by pressing a single key",
  "version": "0.0.4",
  "author": "jhoekx",
  "homepage_url": "https://github.com/jhoekx/singlekeyshortcuts",
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "icons/key-1.svg",
    "96": "icons/key-1.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "file:///*"
      ],
      "js": [
        "singlekeyshortcuts.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a2efbae9-2008-4cff-8bea-f07ceeab605c}"
    }
  }
}

Best Single Key Shortcuts Alternatives

Here are some Firefox add-ons that are similar to Single Key Shortcuts: