Boost Analytics - eBay Listing Ranker

Boost Analytics - eBay Listing Ranker

See how well your listings rank for optimisation and sales.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Boost Analytics - eBay Listing Ranker",
  "description": "See how well your listings rank for optimisation and sales.",
  "version": "1.0",
  "author": "Frooition",
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "images/get_started128.png",
      "32": "images/get_started128.png",
      "48": "images/get_started128.png",
      "128": "images/get_started128.png"
    },
    "default_title": "eBay Listing Ranker"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.3.1.js",
        "content.js",
        "gauge.js"
      ]
    }
  ],
  "icons": {
    "16": "images/get_started16.png",
    "32": "images/get_started32.png",
    "48": "images/get_started48.png",
    "128": "images/get_started128.png"
  },
  "optional_permissions": []
}