Quick-Search for Urban Dictionary

Quick-Search for Urban Dictionary

Search Urban Dictionary for highlighted words using the right-click menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "The Master",
  "name": "Quick-Search for Urban Dictionary",
  "description": "Search Urban Dictionary for highlighted words using the right-click menu.",
  "manifest_version": 2,
  "version": "1.0",
  "icons": {
    "16": "thumbnail-16.png",
    "24": "thumbnail-24.png",
    "32": "thumbnail-32.png",
    "48": "thumbnail-48.png",
    "64": "thumbnail-64.png",
    "128": "thumbnail-128.png"
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background-min.js"
    ]
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "jquery.js",
    "background.js",
    "extension.js",
    "thumbnail-16.png",
    "thumbnail-24.png",
    "thumbnail-32.png",
    "thumbnail-48.png",
    "thumbnail-64.png",
    "thumbnail-128.png"
  ]
}