Free Bulk Message Sender Global Gym Software

Free Bulk Message Sender Global Gym Software

Send Text and Images messages multiple users in bulk without saving number.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Free Bulk Message Sender Global Gym Software",
  "version": "6.0.0",
  "description": "Send Text and Images  messages multiple users in bulk without saving number.",
  "permissions": [
    "tabs",
    "downloads",
    "notifications",
    "storage"
  ],
  "host_permissions": [
    "https://wpsender.globalcrm.in/api/*"
  ],
  "action": {
    "default_icon": {
      "16": "images/default_icon_16.png",
      "24": "images/default_icon_24.png",
      "32": "images/default_icon_32.png",
      "48": "images/default_icon_48.png",
      "128": "images/default_icon_128.png"
    },
    "default_title": "Global Gym Software Bulk Whatsapp Sender"
  },
  "icons": {
    "16": "images/default_icon_16.png",
    "24": "images/default_icon_24.png",
    "32": "images/default_icon_32.png",
    "48": "images/default_icon_48.png",
    "128": "images/default_icon_128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "libs/jquery-3.1.1.min.js",
        "contentscript/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ],
  "manifest_version": 3
}