Zoof

Zoof

Powerful Tools for Amazon Sellers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Zoof",
  "short_name": "Zoof",
  "description": "Powerful Tools for Amazon Sellers",
  "version": "1.1.7",
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "*://*/*",
        "*://ssl.google-analytics.com/*"
      ]
    }
  ],
  "action": {
    "default_title": "Zoof",
    "default_popup": "html/popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "service_worker": "js/b.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://app.zoof.com/*"
      ],
      "js": [
        "js/w.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://amazon.com/*",
        "*://*.amazon.com/*"
      ],
      "js": [
        "js/a.js"
      ],
      "css": [
        "css/a.css"
      ]
    },
    {
      "matches": [
        "*://sellercentral.amazon.com/orders-v3*"
      ],
      "js": [
        "js/o.js"
      ]
    },
    {
      "matches": [
        "*://*.alibaba.com/*"
      ],
      "js": [
        "js/alb.js"
      ],
      "css": [
        "css/alb.css"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://*.alibaba.com/*",
    "*://*.amazon.com/*",
    "*://*.zoof.com/*",
    "*://ssl.google-analytics.com/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self'; script-src-elem 'self' 'unsafe-inline' https://*;"
  }
}