WAMessages - Bulk WA Message Sender Software

WAMessages - Bulk WA Message Sender Software

Connect with your customers on WhatsApp.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "3.2.0",
  "manifest_version": 3,
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "default_locale": "en",
  "action": {
    "default_title": "__MSG_appName__",
    "default_icon": "logo.png"
  },
  "permissions": [
    "storage",
    "identity",
    "identity.email",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://wamessages.com/",
    "https://api.wamessages.com/",
    "https://www.googleapis.com/",
    "http://fonts.cdnfonts.com/*",
    "https://accounts.zoho.com/",
    "https://accounts.zoho.com.au/",
    "https://accounts.zoho.eu/",
    "https://accounts.zoho.in/",
    "https://accounts.zoho.com.cn/",
    "https://accounts.zoho.jp/*",
    "https://*.myfreshworks.com/*",
    "https://www.zohoapis.com/",
    "https://www.zohoapis.com.au/",
    "https://www.zohoapis.eu/",
    "https://www.zohoapis.in/",
    "https://www.zohoapis.com.cn/",
    "https://www.zohoapis.jp/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/",
        "https://api.whatsapp.com/",
        "https://web.whatsapp.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "wamessages.js",
        "fonts/*",
        "images/*",
        "grey_circle.png",
        "white.png",
        "logo_small.png",
        "logo_large.png",
        "thoughts.png",
        "he_sitting_with_notebook.png",
        "cross.png",
        "tick.png",
        "alert.png",
        "red_cross.png",
        "emoji/*"
      ],
      "matches": [
        "https://web.whatsapp.com/*",
        "https://api.whatsapp.com/*"
      ]
    }
  ],
  "oauth2": {
    "client_id": "609287919239-j5okme6j3593d5ihuqdtokq4d45onac7.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/spreadsheets.readonly"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoX2cs2dfnp67scpbjFkSwVh9j09ImTu3vUItHHKQ4oO7ESxd1UV5QNDSLRvuA/a5XM9q3IoU44xodhYyv1Rn9l1P1zgoa2UfBtnJP6inhNh5FPulasUeL660YjBzMcFrVdqhynyVVYHdtiWPPfb27ptYqyWZpnCDZQG7uNDzGgAohTcarBwY6dPop6kdDV7KTbeYYRn5DLE+0zooHptKukTjGpNbN50uzFL8mVpa6E2okFZUqGfkwGw3Qr1pQf/2bBXcVli2td6dJXdhF2xFsrljidlmcu+oRy3Uub2BuSie1ImLIWnFRuitK0cwyxhksvNPO5VBrv4EWs2NxWMp0QIDAQAB"
}