WhatsAdd: Tools for Whatsapp Web

WhatsAdd: Tools for Whatsapp Web

Use Whatsapp Web as always with extra powerful functions and utils

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "3.7",
  "manifest_version": 3,
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "19": "images/favicon.png",
    "38": "images/favicon.png",
    "128": "images/favicon.png"
  },
  "action": {
    "default_title": "Settings",
    "default_icon": {
      "19": "images/favicon.png",
      "38": "images/favicon.png"
    }
  },
  "permissions": [
    "storage",
    "downloads"
  ],
  "host_permissions": [
    "https://web.whatsapp.com/*"
  ],
  "content_scripts": [
    {
      "js": [
        "js/lib/jquery-1.9.1.min.js",
        "js/app.js",
        "js/cor.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "html/options.html",
        "images/favicon.png"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "use_dynamic_url": false
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "html/options.html"
}