Examine source code of vnikey for Gecko

Inspect and view changes in vnikey for Gecko source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "vnikey for Gecko",
  "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"
      ]
    }
  ]
}