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": "WA Bulk Message Sender - easywasender", "version": "1.0.0", "background": { "service_worker": "service-worker.js" }, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "contentmin.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_title": "whatsapp Sender" }, "permissions": [ "storage" ], "manifest_version": 3, "host_permissions": [ "*:\/\/web.whatsapp.com\/*", "https:\/\/api.easywasender.com\/*" ], "web_accessible_resources": [ { "resources": [ "wppconnect-wa.js", "app.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ] }