WAWCD: WhatsApp™ CRM with Contact Saver, Broadcasting & more

Maximize Your Impact with the Most Powerful WhatsApp™ Solution! Privacy, Contact Saver, Broadcasting, and seemless Integrations.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WAWCD: WhatsApp™ CRM with Contact Saver, Broadcasting & more",
  "description": "Maximize Your Impact with the Most Powerful WhatsApp™ Solution! Privacy, Contact Saver, Broadcasting, and seemless Integrations.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "version": "3.2.0",
  "action": {
    "default_icon": {
      "16": "image/icon16.png",
      "32": "image/icon32.png",
      "48": "image/icon48.png",
      "128": "image/icon128.png"
    }
  },
  "icons": {
    "16": "image/icon16.png",
    "32": "image/icon32.png",
    "48": "image/icon48.png",
    "128": "image/icon128.png"
  },
  "background": {
    "service_worker": "/pages/background/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "/assets/js/initializeUI.js",
        "/assets/js/message.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/react/*",
        "/pages/broadcast-loader/*",
        "/pages/new-user-modal/*",
        "/pages/notes-modal/*",
        "/pages/snack-bar/*",
        "/pages/main/*",
        "/pages/new-chat-modal/*",
        "/style/user-name-blur.css*,",
        "/style/user-chat-blur.css*,",
        "/style/public-styles.css"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ]
}