WA Number Checker

WA Number Checker

Filter WhatsApp numbers with ease - fast, accurate and secure!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.bd8a3640.png",
    "32": "icon32.plasmo.0726f7e6.png",
    "48": "icon48.plasmo.e532a28a.png",
    "64": "icon64.plasmo.4fb06d35.png",
    "128": "icon128.plasmo.c22417d7.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.bd8a3640.png",
      "32": "icon32.plasmo.0726f7e6.png",
      "48": "icon48.plasmo.e532a28a.png",
      "64": "icon64.plasmo.4fb06d35.png",
      "128": "icon128.plasmo.c22417d7.png"
    },
    "default_popup": "popup.html"
  },
  "version": "2.6.11",
  "author": "WANumberChecker",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "storage",
    "identity",
    "unlimitedStorage"
  ],
  "background": {
    "service_worker": "background.85a80a08.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "plasmo-overlay.65a2fd49.js"
      ],
      "run_at": "document_end",
      "css": []
    }
  ],
  "default_locale": "en",
  "host_permissions": [
    "https://*/*"
  ],
  "oauth2": {
    "client_id": "212318457565-78msq1sufg18o4aqechgoqm9h502e4eb.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/w.js",
        "assets/i.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "resources": [
        "plasmo-overlay.b5a6767a.css"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}