Etsy™ Tags Tool for EtsyHunt

Etsy™ Tags Tool for EtsyHunt

Free Etsy Tags Tool. Find the Best Listing Tags or Keywords for Etsy SEO Strategy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.3.5",
  "name": "Etsy™ Tags Tool for EtsyHunt",
  "description": "Free Etsy Tags Tool. Find the Best Listing Tags or Keywords for Etsy SEO Strategy.",
  "homepage_url": "https://etsyhunt.com/",
  "default_locale": "en",
  "permissions": [
    "tabs",
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "*://*.etsyhunt.com/*"
  ],
  "icons": {
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.etsy.com/c/*",
        "*://*.etsy.com/featured/*",
        "*://*.etsy.com/listing/*/*",
        "*://*.etsy.com/shop/*",
        "*://*.etsy.com/search?*",
        "*://*.etsy.com/*"
      ],
      "js": [
        "js/chunk-vendors.js",
        "js/content.js"
      ],
      "css": [
        "css/chunk-vendors.css",
        "css/main.css",
        "css/content.css"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": "icons/icon.png",
    "default_title": "popup",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/*",
        "icons/*"
      ],
      "matches": [
        "https://www.etsy.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
  }
}