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", "name": "Total Privacy For WhatsApp Web", "version": "1.0.6", "description": "Blur and Hides your messages until you hover over them.", "permissions": [ "storage", "scripting" ], "host_permissions": [ "https:\/\/web.whatsapp.com\/" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "images\/statusOn.png", "images\/statusOff.png", "css\/messages.css", "css\/messagesPreview.css", "css\/lastMessages.css", "css\/mediaPreview.css", "css\/mediaGallery.css", "css\/textInput.css", "css\/profilePic.css", "css\/name.css", "css\/unblurActive.css" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "load.js" ] } ], "action": { "default_title": "Total Privacy For WhatsApp Web", "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" } }, "commands": { "toggle": { "suggested_key": { "default": "Alt+X" }, "description": "Toggle On\/Off" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 3 }