AVIM - Vietnamese Input Method Firefox

Examine source code of AVIM - Vietnamese Input Method

Inspect and view changes in AVIM - Vietnamese Input Method source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extName__",
  "version": "1.0.0",
  "manifest_version": 3,
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "24": "icons/icon24.png",
      "32": "icons/icon32.png"
    },
    "default_title": "__MSG_extAction__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/avim-ext.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "js": [
        "chrome/gdocs-bridge.js"
      ],
      "matches": [
        "https://docs.google.com/document/*"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    }
  ],
  "default_locale": "en",
  "permissions": [
    "storage",
    "search"
  ],
  "background": {
    "scripts": [
      "chrome/background.js"
    ]
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+V"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "mozilla@kimkha.com",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best AVIM - Vietnamese Input Method Alternatives

Here are some Firefox add-ons that are similar to AVIM - Vietnamese Input Method: