ChromiNom Vietnamese Han-Nom IME

ChromiNom Vietnamese Han-Nom IME

Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ChromiNom Vietnamese Han-Nom IME",
  "short_name": "ChromiNom IME",
  "version": "1.0.4",
  "description": "Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)",
  "content_scripts": [
    {
      "css": [],
      "js": [
        "ime/jquery.js",
        "ime/ime.js",
        "init.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "popup.js"
    ]
  },
  "browser_action": {
    "default_name": "Click to enable ChromiNom",
    "default_icon": "icon-off.png"
  },
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage"
  ]
}