etsyHelper

etsyHelper

Helper for Etsy tasks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "etsyHelper",
  "version": "0.17.606",
  "description": "Helper for Etsy tasks",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "etsyHelper32.png",
    "128": "etsyHelper128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.etsy.com/*",
        "https://*/search*"
      ],
      "js": [
        "etsy.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "paypal.png",
    "searchathon_etsy.png"
  ],
  "permissions": [
    "tabs",
    "storage",
    "notifications",
    "contextMenus",
    "https://etsyhelper.com/*",
    "https://*.etsy.com/",
    "https://www.sandbox.paypal.com/*",
    "https://*/search*"
  ]
}