Check Karen for Etsy Sellers Extension

Help you check Karen for Etsy Sellers
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Check Karen for Etsy Sellers Extension",
  "description": "Help you check Karen for Etsy Sellers",
  "version": "1.0.5",
  "manifest_version": 3,
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-32.png",
    "96": "img/logo-96.png",
    "128": "img/logo-128.png",
    "196": "img/logo-196.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.chunk-6215d2ae.063a1ab3.js"
      ],
      "matches": [
        "*://*.etsy.com/*"
      ],
      "css": [
        "assets/index.js.967d438c.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*.etsy.com/*"
      ],
      "resources": [
        "assets/chunk-6215d2ae.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": []
}