So Lets Talk Digital - WA Sender

So Lets Talk Digital - WA Sender

WA Sender and Automation Extension by So Lets Talk Digital (also known as “SLTD”): - Personalized messaging features - Unofficial…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "So Lets Talk Digital - WA Sender",
  "version": "10.0.45",
  "background": {
    "service_worker": "service-worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "js": [
        "contentmin.js"
      ]
    }
  ],
  "action": {
    "default_title": "So Lets Talk Digital - WA Sender",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "manifest_version": 3,
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "css/lib.css",
        "/img/*",
        "flmin.js"
      ],
      "matches": [
        "*://web.whatsapp.com/*"
      ]
    }
  ]
}