Mulberry | Shopping Protection

Mulberry | Shopping Protection

Free product protection for everything you buy online

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "short_name": "Mulberry",
  "name": "Mulberry | Shopping Protection",
  "version": "5.10.0",
  "default_locale": "en",
  "description": "Free product protection for everything you buy online",
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "icons": {
    "16": "mulberry-icon-16.png",
    "48": "mulberry-icon-48.png",
    "128": "mulberry-icon-128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {},
  "externally_connectable": {
    "matches": [
      "*://*.getmulberry.com/*",
      "*://localhost/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "index.html",
        "white-M.svg",
        "shield-unlimited-white.svg",
        "web_accessible_resources.js"
      ],
      "matches": [
        "https://*/*"
      ],
      "extension_ids": []
    }
  ]
}