Merch by Amazon Trademark Protection

Merch by Amazon Trademark Protection

Merch by Amazon Trademark Protection (Merch Informer)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Merch by Amazon Trademark Protection",
  "version": "4.4.5",
  "description": "Merch by Amazon Trademark Protection (Merch Informer)",
  "permissions": [
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://members.merchinformer.com/*",
    "https://api.markinformer.com/*"
  ],
  "action": {
    "default_icon": "images/icon.png",
    "default_title": "Merch by Amazon Trademark Protection (Merch Informer)",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "scripts/background.min.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://merch.amazon.com/*",
        "https://www.amazon.com/*"
      ],
      "js": [
        "scripts/amazon-content.min.js"
      ],
      "css": [
        "styles/amazon-content.min.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.etsy.com/your/shops/*"
      ],
      "js": [
        "scripts/etsy-content.min.js"
      ],
      "css": [
        "styles/etsy-content.min.css"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/checkbox-0.svg",
        "images/checkbox-1.svg",
        "images/loader.svg",
        "images/cross.svg",
        "scripts/*.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}