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": "WASender Free Plugin",
"version": "3.1.36",
"description": "WASender: WhatsApp bulk sender for mass messaging, automation, personalized messages, attachments & marketing.",
"icons": {
"16": "img\/main-icon.png",
"22": "img\/main-icon.png",
"32": "img\/main-icon.png",
"48": "img\/main-icon.png",
"128": "img\/main-icon.png"
},
"author": "wasender.com",
"host_permissions": [
"https:\/\/wasender.com\/*"
],
"short_name": "WASender Free Plugin",
"permissions": [
"storage"
],
"homepage_url": "https:\/\/wasender.es\/",
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"contentmin.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"css\/lib.css",
"\/img\/*",
"flmin.js"
],
"matches": [
"*:\/\/web.whatsapp.com\/*",
"*:\/\/*.whatsapp.com\/*"
]
}
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_title": "WASender Web Sender",
"default_popup": "popup.html"
}
}