DialogTab: Multi Agent for WhatsApp™

DialogTab: Multi Agent for WhatsApp™

E-commerce helpers for WhatsApp™

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "DialogTab: Multi Agent for WhatsApp™",
  "version": "1.0.34",
  "description": "E-commerce helpers for WhatsApp™",
  "homepage_url": "https://dialogtab.com",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*.png",
        "*.eot",
        "*.woff",
        "*.woff2",
        "*.ttf",
        "*.svg",
        "*.js",
        "*.json"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://web.whatsapp.com/*",
      "https://micro.yapaytech.com/*",
      "https://app.dialogtab.com/*"
    ]
  }
}