Promote Route: A Better WhatsApp™ Experience

Promote Route: A Better WhatsApp™ Experience

Promote Route - Send Personalized, Multimedia & Multiple WhatsApp™ Messages | 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",
  "description": "Promote Route - Send Personalized, Multimedia & Multiple WhatsApp™ Messages | Connect with your customers on WhatsApp™",
  "version": "2.11.0",
  "manifest_version": 3,
  "name": "Promote Route: A Better WhatsApp™ Experience",
  "short_name": "Promote Route",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "notifications"
  ],
  "host_permissions": [
    "*://*.whatsapp.com/*",
    "*://*.promoteroute.com/*"
  ],
  "action": {
    "default_icon": "icon-34.png"
  },
  "chrome_url_overrides": {},
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.whatsapp.com/*",
        "*://*.promoteroute.com/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css",
        "inject.styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "inject.styles.css",
        "icon-128.png",
        "icon-48.png",
        "icon-16.png",
        "icon-34.png",
        "injectScript.bundle.js",
        "inject2Script.bundle.js",
        "inject3Script.bundle.js",
        "store.bundle.js",
        "images/*"
      ],
      "matches": [
        "*://*.whatsapp.com/*"
      ]
    }
  ]
}