Longman Dictionary Bubble

Longman Dictionary Bubble

Search a definition from Longman Dictionary of Contemporary English (5th edition)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Longman Dictionary Bubble",
  "short_name": "Lmd bubble",
  "description": "Search a definition from Longman Dictionary of Contemporary English (5th edition)",
  "author": "nator333",
  "version": "1.1.1",
  "icons": {
    "16": "icons/Longman16.png",
    "48": "icons/Longman48.png",
    "128": "icons/Longman128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_title": "title",
    "default_popup": "pages/popup.html"
  },
  "options_page": "pages/options.html",
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "css": [
        "css/content.css"
      ],
      "run_at": "document_end",
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true
    }
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'"
}