Oxford Dictionary Lookup

Oxford Dictionary Lookup

Looks up the selected text on Oxford Learner's Dictionaries

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Oxford Dictionary Lookup",
  "version": "1.2",
  "description": "Looks up the selected text on Oxford Learner's Dictionaries",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "eventPage.js"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ]
}