eBay Live

eBay Live

Displays eBay watched items in a popup widget

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "eBay Live",
  "manifest_version": 2,
  "version": "1.0.2",
  "description": "Displays eBay watched items in a popup widget",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "miniebay.html"
  },
  "icons": {
    "48": "ebay48.png",
    "128": "ebay128.GIF"
  }
}