Search by image on Amazon

Search by image on Amazon

Search goods by image on Amazon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon/icon128.png",
    "default_title": "__MSG_extTitle__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/jquery.min.js",
        "js/content.js"
      ],
      "css": [
        "css/style.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "web_accessible_resources": [
    "icon/*"
  ],
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [
    "contextMenus",
    "storage",
    "<all_urls>"
  ],
  "version": "5.8.1"
}