View wpp Group Contacts

View wpp Group Contacts

Quickest way to view contact numbers in a group

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "View wpp Group Contacts",
  "version": "0.1.04",
  "description": "Quickest way to view contact numbers in a group",
  "web_accessible_resources": [
    {
      "resources": [
        "check.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "32": "./icon_32.png",
    "64": "./icon_64.png",
    "128": "./icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/"
      ],
      "css": [
        "./style.css"
      ],
      "js": [
        "./wpp.js"
      ]
    }
  ]
}