Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"short_name": "Mulberry",
"name": "Mulberry | Shopping Protection",
"version": "5.10.1",
"default_locale": "en",
"description": "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": []
}
]
}