ATOZ WhatsApp Sender

ATOZ WhatsApp Sender

WhatsApp Web Bulk Sender WhatsApp Marketing - Send Messages, Attachments, Personalized Message, Smart auto replies and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ATOZ WhatsApp Sender",
  "version": "5.7",
  "short_name": "A to Z Bulk Sender",
  "author": "Flying Solution",
  "manifest_version": 2,
  "description": "WhatsApp Web Bulk Sender WhatsApp Marketing - Send Messages, Attachments, Personalized Message, Smart auto replies and more.",
  "homepage_url": "https://atozmarketingkit.in",
  "background": {
    "scripts": [
      "wabizbackground.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "content.js",
        "jquery.js",
        "jquery-ui.min.js",
        "bootstrap.min.js",
        "bootstrap-tokenfield.min.js",
        "typeahead.bundle.min.js",
        "papaparse.min.js",
        "moment-with-locales.js",
        "moment-duration-format.js",
        "xlsx.full.min.js",
        "xlsx.js",
        "intl/data.min.js",
        "intl/intlTelInput-jquery.min.js",
        "intl/intlTelInput.min.js",
        "intl/utils.js",
        "libphonenumber-mobile.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "AtoZ Bulk Sender"
  },
  "permissions": [
    "notifications",
    "storage",
    "https://hsdigitalsolution.in/extractor/api/whatsapp_extension.php"
  ],
  "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"
  },
  "web_accessible_resources": [
    "css/wabizlib.css",
    "/img/*",
    "wabizflmin.js"
  ]
}