Cambridge Dictionary

An easy-to-use add-on to look up English definitions and translations in Cambridge Dictionary.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Cambridge Dictionary",
  "description": "The Firefox version of Cambridge Dictionary Lookup extension",
  "version": "0.1.1",
  "homepage_url": "https://github.com/fabiobarkoski/cambridge-dictionary-addon",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Cambridge Dictionary",
    "default_icon": "cd-logo.png"
  },
  "icons": {
    "48": "cd-logo.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{28308405-b866-4416-b86b-3568389e0dbf}"
    }
  }
}