Cambridge Learner's Dictionary

Cambridge Learner's Dictionary

Cambridge Learner's Dictionary

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cambridge Learner's Dictionary",
  "description": "Cambridge Learner's Dictionary",
  "version": "0.2",
  "icons": {
    "16": "icons/icon16.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "ext.js"
    ],
    "persistent": false
  }
}