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 Biz Free WhatsApp Bulk Sender",
"description": "Web Bulk Sender web - Send Messages, Attachments, Personalized Message, Smart replies and more.",
"version": "4.0.5",
"manifest_version": 3,
"background": {
"service_worker": "wabizservice.js"
},
"host_permissions": [
"https:\/\/web.whatsapp.com\/*",
"https:\/\/wabiz.in\/*",
"http:\/\/ip-api.com\/*"
],
"permissions": [
"tabs",
"storage",
"scripting",
"activeTab",
"unlimitedStorage"
],
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"img\/emojis\/angry.gif",
"img\/emojis\/care.gif",
"img\/emojis\/haha.gif",
"img\/emojis\/like.gif",
"img\/emojis\/love.gif",
"img\/emojis\/sad.gif",
"img\/emojis\/wow.gif",
"img\/file-previews\/apk.png",
"img\/file-previews\/audio.png",
"img\/file-previews\/excel.png",
"img\/file-previews\/gif.png",
"img\/file-previews\/other.png",
"img\/file-previews\/pdf.png",
"img\/file-previews\/ppt.png",
"img\/file-previews\/text.png",
"img\/file-previews\/video.png",
"img\/file-previews\/word.png",
"img\/file-previews\/zip.png",
"img\/collaps.svg",
"img\/128x128.png",
"img\/pin-poup.png",
"img\/exe-pin-icon.png",
"timeout-worker.js",
"page.min.js",
"lib.js",
"css\/page.css",
"countries.json"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
},
"action": {
"default_icon": {
"16": "\/images\/main-icon.png",
"32": "\/images\/main-icon.png",
"48": "\/images\/main-icon.png",
"128": "\/images\/main-icon.png"
},
"default_title": "WABiz Bulk Sender (Lite)",
"default_popup": "popup.html"
},
"icons": {
"16": "\/images\/main-icon.png",
"32": "\/images\/main-icon.png",
"48": "\/images\/main-icon.png",
"128": "\/images\/main-icon.png"
},
"content_security_policy": {
"connect-src": "https:\/\/wabiz.in\/"
}
}