Examine source code of Weblio search

Inspect and view changes in Weblio search 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": "Weblio search",
  "description": "Adds a position in context menu to search words in Weblio J-J dictionary.",
  "version": "1.2resigned1",
  "icons": {
    "48": "icons/logo_48.png",
    "64": "icons/logo_64.png",
    "96": "icons/logo_96.png"
  },
  "applications": {
    "gecko": {
      "id": "muzyczka.michal@gmail.com"
    }
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}