Etsy Statistic

Etsy Statistic

With Etsy Statistic, you'll discover a world of untapped details and insights about the products available on Etsy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Etsy Statistic",
  "version": "0.0.6",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "assets/extension-logo.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "icons": {
    "345": "assets/extension-logo.png"
  },
  "description": "With Etsy Statistic, you'll discover a world of untapped details and insights about the products available on Etsy",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/category.png",
        "assets/copy.png",
        "assets/favorites.png",
        "assets/sales.png",
        "assets/tag.png",
        "assets/views.png",
        "assets/unsave.png",
        "assets/trending.png",
        "assets/shop.png",
        "assets/logout.png",
        "assets/logo.png",
        "assets/GoToShop-icon.png",
        "assets/trendingSales.png",
        "assets/dailySales.png",
        "assets/location-icon.svg",
        "assets/star-icon.svg",
        "assets/extension-logo.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}