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": "Free Whatssend CM", "version": "0.1.40", "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "whatssendcontent.js" ] } ], "action": { "default_title": "Free Whatssend CM", "default_popup": "whatssendpopup.html" }, "permissions": [ "storage", "identity", "identity.email", "ipAddress" ], "manifest_version": 3, "description": "La herramienta definitiva para potenciar la eficiencia y la comunicaci\u00f3n en tu negocio", "icons": { "16": "img\/icon128.png", "22": "img\/icon128.png", "32": "img\/icon128.png", "48": "img\/icon128.png", "128": "img\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "css\/wabizlib.css", "\/img\/*", "flmin.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ] }