Google Input Tools for Firefox Firefox

Examine source code of Google Input Tools for Firefox

Inspect and view changes in Google Input Tools for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Google Input Tools for Firefox",
  "version": "1.1",
  "description": "Transliteration, virtual keyboard, and handwriting input for 90+ languages in Firefox.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "inputtoolsfirefox1@hashin.me"
    }
  },
  "commands": {
    "toggle-transliteration": {
      "suggested_key": {
        "default": "Ctrl+Shift+M",
        "mac": "Command+Shift+M"
      },
      "description": "Toggle transliteration on/off"
    }
  }
}

Best Google Input Tools for Firefox Alternatives

Here are some Firefox add-ons that are similar to Google Input Tools for Firefox: