WhatBot Messenger

WhatBot Messenger

WhatBot is a Simple & Trusted Automation tool,designed to connect you with your customers in WhatsApp

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "backgroundmin.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "WhatBot Messenger"
  },
  "content_scripts": [
    {
      "js": [
        "contentmin.js"
      ],
      "matches": [
        "*://web.whatsapp.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "img/watbot16.png",
    "48": "img/watbot48.png",
    "128": "img/watbot128.png"
  },
  "manifest_version": 2,
  "name": "WhatBot Messenger",
  "permissions": [
    "notifications",
    "storage",
    "http://173.208.180.22:8897/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.6"
}