eBay

eBay

Buy and sell electronics, cars, fashion apparel, and everything else on eBay, the world's online marketplace

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",
  "description": "Buy and sell electronics, cars, fashion apparel, and everything else on eBay, the world's online marketplace",
  "version": "2.0.0",
  "app": {
    "urls": [
      "http://anywhere.ebay.com/"
    ],
    "launch": {
      "web_url": "http://rover.ebay.com/rover/1/711-146830-30130-0/4"
    }
  },
  "icons": {
    "128": "ebay128.png"
  },
  "permissions": [
    "notifications"
  ]
}