BINSniper Sidebar for eBay

BINSniper Sidebar for eBay

BINSniper monitors eBay sites in real-time and waits for new listings that match your search rules. Buy-It-Now and Best Offer items are supported. Great for resellers or just finding rare and under-priced items. Get to those new items first!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  },
  "background": {
    "page": "/pages/backgnd.html"
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "64": "images/wttarget64.png"
    },
    "default_title": "BINSniper",
    "default_popup": "pages/popup.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "default_locale": "en",
  "description": "BINSniper Sidebar for use with eBay",
  "icons": {
    "48": "images/icon48.png",
    "64": "images/icon64.png"
  },
  "manifest_version": 2,
  "name": "BINSniper Sidebar for eBay",
  "permissions": [
    "webNavigation",
    "webRequest",
    "storage",
    "history",
    "contextMenus",
    "downloads",
    "tabs",
    "idle",
    "notifications",
    "<all_urls>"
  ],
  "sidebar_action": {
    "default_title": "BINSniper Sidebar",
    "default_panel": "pages/sidebar.html",
    "default_icon": "images/wttarget64.png"
  },
  "version": "4.3"
}