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": "__MSG_name__", "default_locale": "en", "description": "__MSG_description__", "version": "2.0.7", "background": { "service_worker": "\/background.js" }, "web_accessible_resources": [ { "resources": [ "inject.js", "WP_WPP.js", "images\/*" ], "matches": [ "*:\/\/*.whatsapp.com\/*" ] } ], "permissions": [ "activeTab", "storage", "scripting" ], "icons": { "16": "\/assets\/logo.png", "48": "\/assets\/logo.png", "128": "\/assets\/logo.png" }, "host_permissions": [ "*:\/\/web.whatsapp.com\/*" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "\/content.js" ] } ], "options_page": "options.html" }