Layout Fixer Firefox

Examine source code of Layout Fixer

Inspect and view changes in Layout Fixer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Layout Fixer",
  "description": "Fix text typed with wrong keyboard layout (UKR / RUS / ENG). Works on inputs, textareas and contenteditable fields.",
  "version": "1.0.0",
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "layout-fixer@yourdomain.com",
      "strict_min_version": "91.0"
    }
  }
}

Best Layout Fixer Alternatives

Here are some Firefox add-ons that are similar to Layout Fixer: