eBay Trend Finder

eBay Trend Finder

Product research made easy for eBay sellers. Find out what to sell on eBay fast!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "eBay Trend Finder",
  "description": "Product research made easy for eBay sellers. Find out what to sell on eBay fast!",
  "version": "1.0",
  "author": "Sell This Trend",
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "128": "images/get_started128.png"
    },
    "default_title": "eBay Trend Finder"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.3.1.js",
        "init.js"
      ]
    }
  ],
  "icons": {
    "128": "images/get_started128.png"
  }
}