Lookup Assistant

Lookup Assistant

Lookup highlighted text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lookup Assistant",
  "version": "2.1.3",
  "description": "Lookup highlighted text.",
  "icons": {
    "16": "assets/icon_16.png",
    "48": "assets/icon_48.png",
    "128": "assets/icon_128.png"
  },
  "background": {
    "scripts": [
      "scripts.js"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "contextMenus"
  ]
}