Amazopen - Right Click Search

Amazopen - Right Click Search

Search the selected text on amazon when you right-click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Amazopen - Right Click Search",
  "version": "1.55",
  "manifest_version": 2,
  "description": "Search the selected text on amazon when you right-click.",
  "background": {
    "scripts": [
      "search.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_icon": "icon128.png"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ]
}