WhatsApp Web Theme

WhatsApp Web Theme

This will change Whatsapp design.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "name": "WhatsApp Web Theme",
  "version": "0.1.1",
  "description": "This will change Whatsapp design. ",
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "main.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ]
}