Ebay & PayPal Quick link

Ebay & PayPal Quick link

Custom Ebay & PayPal Launcher

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ebay & PayPal Quick link",
  "version": "1.0",
  "description": "Custom Ebay & PayPal Launcher",
  "icons": {
    "16": "img/ebaypal.jpg",
    "48": "img/ChromeExtension48.png",
    "128": "img/ChromeExtension128.png"
  },
  "browser_action": {
    "default_icon": "img/ebaypal.png",
    "default_title": "EbayPal",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs"
  ]
}