WA Automation (WAMate)

WA Automation (WAMate)

Automation for WhatsApp™, contacts manager with labels, nocode workflow, bulk send

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WA Automation (WAMate)",
  "description": "Automation for WhatsApp™, contacts manager with labels, nocode workflow, bulk send",
  "homepage_url": "https://restsend.com/?from=wamate_chrome_1.1.6",
  "version": "1.1.6",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "64": "icons/icon_64.png",
    "96": "icons/icon_96.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon_64.png"
  },
  "permissions": [
    "https://web.whatsapp.com/",
    "webNavigation",
    "tabs",
    "storage"
  ],
  "web_accessible_resources": [
    "content.js",
    "waext.js",
    "fonts/*",
    "images/*",
    "icons/*"
  ]
}