WADeck - WA AI ChatBot & CRM

WADeck - WA AI ChatBot & CRM

Empowering Conversations, Elevating Connections: WADeck, Your AI Companion in WhatsApp Business.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "homepage_url": "https://wscrm.io/",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage",
    "cookies",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "*://web.whatsapp.com/*",
    "*://wadeck.ai/*"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "content.bundle.js"
      ],
      "css": [
        "css/wa-attach.css",
        "css/flags.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "js/document_start.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://*.wadeck.ai/*"
      ],
      "js": [
        "waplusContent.js"
      ],
      "css": [],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icons/128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "qpqp.js",
        "inject.bundle.js",
        "icons/*",
        "images/*",
        "install-popup.html"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.wscrm.io/*"
    ]
  },
  "version": "1.5.34"
}