AVIM - Vietnamese Input Method

AVIM - Vietnamese Input Method

An input method editor (IME) for Vietnamese, best choice for Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "0.8.5",
  "manifest_version": 2,
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "__MSG_extAction__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/avim.js",
        "scripts/extension.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "default_locale": "en",
  "offline_enabled": true,
  "background": {
    "scripts": [
      "chrome/background.js"
    ]
  }
}