Start your search with eBay™ + Right Click

Start your search with eBay™ + Right Click

Start your search with eBay™. Now with 'Right Click' to search eBay tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Start your search with eBay™ + Right Click",
  "short_name": "Search eBay™",
  "description": "Start your search with eBay™. Now with 'Right Click' to search eBay tool",
  "author": "Matthew Ogborne [email protected]",
  "version": "1.4",
  "permissions": [
    "storage",
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "images/ebay-icon-128x128.png",
    "24": "images/ebay-icon-128x128.png",
    "32": "images/ebay-icon-128x128.png",
    "48": "images/ebay-icon-128x128.png",
    "128": "images/ebay-icon-128x128.png"
  },
  "browser_action": {
    "default_popup": "ebay-tab.html",
    "default_icon": {
      "16": "images/ebay-icon-128x128.png",
      "24": "images/ebay-icon-128x128.png",
      "32": "images/ebay-icon-128x128.png",
      "48": "images/ebay-icon-128x128.png",
      "128": "images/ebay-icon-128x128.png"
    },
    "default_title": "Search eBay™"
  },
  "web_accessible_resources": [
    "images/*.png",
    "scripts/page-script.js"
  ]
}