E-Commerce Quick Search

E-Commerce Quick Search

The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "E-Commerce Quick Search",
  "description": "The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!",
  "version": "0.0.1",
  "manifest_version": 2,
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "menu.js",
      "marketplaces.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/logo16.png"
  },
  "icons": {
    "16": "icons/logo16.png",
    "48": "icons/logo48.png",
    "128": "icons/logo128.png"
  }
}