FX OSK ES Firefox

Examine source code of FX OSK ES

Inspect and view changes in FX OSK ES source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FX OSK ES",
  "version": "1.11.1",
  "description": "On-Screen Keyboard for FireFox ES",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "background": {
    "scripts": [
      "kb.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "keyboard.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "webRequest",
    "tabs",
    "storage",
    "activeTab",
    "<all_urls>",
    "webNavigation"
  ],
  "options_ui": {
    "page": "options/osk_settings.html",
    "browser_style": true
  }
}

Best FX OSK ES Alternatives

Here are some Firefox add-ons that are similar to FX OSK ES: