Wa2in - WA Number Checker

Wa2in - WA Number Checker

Provides an efficient way to check whether a WhatsApp number is enabled.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_showTitle__",
  "description": "__MSG_showSummary__",
  "version": "21.1.11",
  "manifest_version": 3,
  "default_locale": "en",
  "homepage_url": "https://wa2.in",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon48.png"
  },
  "background": {
    "service_worker": "js/background.a56f659d.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://wa2.in/*"
      ],
      "js": [
        "js/content-script.a56f659d.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "js/cswa.a56f659d.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "host_permissions": [
    "https://web.whatsapp.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "img/*",
        "js/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}