vnikey for Webkit

vnikey for Webkit

Enables Vietnamese number key based

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "vnikey for Webkit",
  "description": "Enables Vietnamese number key based",
  "author": "@ndaidong",
  "version": "0.3.0",
  "homepage_url": "https://github.com/ndaidong/vnikey",
  "icons": {
    "16": "icons/vni-16x16.png",
    "32": "icons/vni-32x32.png",
    "64": "icons/vni-64x64.png",
    "128": "icons/vni-128x128.png",
    "256": "icons/vni-256x256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "run_at": "document_idle",
      "js": [
        "js/vnikey.js"
      ]
    }
  ]
}