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,
"name": "Privacy Extension for Whatsapp Web: Blur chats and contacts",
"version": "1.0",
"description": "Blur messages, images, account profile and more on WhatsApp Web screen with this privacy extension for WhatsApp.",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"action": {
"default_popup": "popup\/popup.html"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/web.whatsapp.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"scripts\/contentScript.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"images\/statusOn.png",
"images\/statusOff.png",
"css\/messages.css",
"css\/messagesPreview.css",
"css\/mediaPreview.css",
"css\/mediaGallery.css",
"css\/textInput.css",
"css\/profilePic.css",
"css\/name.css",
"css\/noDelay.css",
"css\/unblurActive.css"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
],
"commands": {
"toggle": {
"suggested_key": {
"default": "Alt+X"
},
"description": "Toggle On\/Off"
}
},
"default_locale": "en"
}