Examine source code of Emoji Box

Inspect and view changes in Emoji Box 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
{
  "name": "Emoji Box",
  "version": "1.4.91.1636",
  "manifest_version": 2,
  "description": "Can be used to enter emojis, open from menu of the input box.",
  "author": "Yulon",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "bext.js",
      "bg.js"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}