EverBee

EverBee

Etsy product listings tool and the search on Etsy made easy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "EverBee",
  "version": "8.2.8.1",
  "permissions": [
    "storage",
    "tabs",
    "activeTab"
  ],
  "background": {
    "service_worker": "backgroundScripts/background.js"
  },
  "action": {
    "default_icon": "images/logo2.png"
  },
  "short_name": "EverBee",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "matches": [
        "*://www.etsy.com/*"
      ],
      "exclude_matches": [
        "https://www.etsy.com/your/*",
        "https://www.etsy.com/*/your/*",
        "https://www.etsy.com/messages*",
        "https://www.etsy.com/developers/*",
        "https://www.etsy.com/oauth/*",
        "https://www.etsy.com/shop/*/edit*",
        "https://www.etsy.com/oauth2/*"
      ],
      "run_at": "document_end",
      "js": [
        "production.js"
      ],
      "css": [
        "main.css"
      ],
      "media": []
    }
  ],
  "description": "Etsy product listings tool and the search on Etsy made easy",
  "icons": {
    "16": "images/logo2.png",
    "48": "images/logo2.png",
    "128": "images/logo2.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "svg/*",
        "everbeeInstalled.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}