Add eBay auction to Auction Defender

Add eBay auction to Auction Defender

Add eBay auction to Auction Defender

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Add eBay auction to Auction Defender",
  "version": "1.0.0.3",
  "description": "Add eBay auction to Auction Defender",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "f-32.png",
    "default_title": "Add eBay auction to Auction Defender"
  },
  "permissions": [
    "nativeMessaging",
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*",
    "management"
  ],
  "manifest_version": 2,
  "icons": {
    "16": "f-16.png",
    "24": "f-24.png",
    "32": "f-32.png"
  }
}