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_extName__", "version": "2.0.10", "description": "__MSG_extDescription__", "default_locale": "en", "action": { "default_title": "__MSG_extTitle__", "default_popup": "index.html" }, "host_permissions": [ "https:\/\/web.whatsapp.com\/*", "http:\/\/localhost:5173\/*", "http:\/\/localhost:5174\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "tabs", "identity", "identity.email", "storage", "unlimitedStorage" ], "icons": { "16": "public\/logo16.png", "32": "public\/logo32.png", "48": "public\/logo48.png", "128": "public\/logo128.png" }, "content_scripts": [ { "js": [ "assets\/automateWhatsApp.js-loader-CD6zVp6_.js", "assets\/user.js-loader-Dye0cIS1.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "resources": [ "src\/content\/webResource.js", "assets\/xlsx-jpR5Ui5n.js", "assets\/automateWhatsApp.js-UKSikx1v.js", "assets\/user.js-D_Gprc67.js" ], "use_dynamic_url": false } ] }