WhatSender

WhatSender

Optimize customer loyalty and capture new audience by sending personalized messages through WhatsApp.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WhatSender",
  "version": "2.0.14",
  "homepage_url": "https://what-sender.com",
  "icons": {
    "16": "assets/icons/16s.png",
    "32": "assets/icons/32s.png",
    "48": "assets/icons/48s.png",
    "128": "assets/icons/128.png"
  },
  "default_locale": "en",
  "description": "__MSG_Desc__",
  "permissions": [
    "clipboardWrite",
    "clipboardRead",
    "tabs",
    "storage",
    "notifications",
    "unlimitedStorage",
    "activeTab",
    "system.display"
  ],
  "host_permissions": [
    "https://what-sender.com/",
    "https://web.whatsapp.com/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "css": [
        "content.css",
        "assets/sa/sweetalert2.css"
      ],
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "js": [
        "jquery.js",
        "content.js",
        "assets/sa/sweetalert2.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "index.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/images/box.jpg",
        "inject.js",
        "countryCodes.json",
        "/assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}