Define

Define

Stop wasting your time searching manually

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Define",
  "description": "Stop wasting your time searching manually",
  "version": "1.0",
  "browser_action": {
    "default_icon": "loll.png"
  },
  "icons": {
    "16": "loll.png",
    "48": "loll.png",
    "128": "loll.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "scripts.js"
    ]
  },
  "manifest_version": 2
}