TipTop

TipTop

Easily find the leading products of each category in Amazon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TipTop",
  "description": "Easily find the leading products of each category in Amazon",
  "version": "0.0.3",
  "version_name": "0.0.3",
  "manifest_version": 3,
  "default_locale": "en",
  "minimum_chrome_version": "88",
  "permissions": [],
  "icons": {
    "128": "assets/img/tiptop-logo.jpeg"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.amazon.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ]
}