Shellbloom

Shellbloom

Etsy Bestseller Tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shellbloom",
  "description": "Etsy Bestseller Tool",
  "version": "1.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://www.etsy.com/search?q=*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "action": {
    "default_icon": "shellbloom_logo_48.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "shellbloom_logo_16.png",
    "48": "shellbloom_logo_48.png",
    "128": "shellbloom_logo_128.png"
  }
}