Prime Sender - WhatsApp Message Sender

Prime Sender - WhatsApp Message Sender

Free Whatsapp Web sender to send messages, attachments and much more...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Prime Sender - WhatsApp Message Sender",
  "version": "3.8.32",
  "default_locale": "en",
  "description": "__MSG_Description__",
  "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/data.js",
        "js/ga-code.js",
        "js/translate.js",
        "js/content.js"
      ],
      "css": [
        "css/content.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/js/inject.js",
        "/logo/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Prime Sender"
  },
  "permissions": [
    "bookmarks",
    "storage",
    "unlimitedStorage",
    "notifications",
    "tabs",
    "identity",
    "identity.email"
  ]
}