Examine source code of Wa2in - WA Number Checker

Inspect and view changes in Wa2in - WA Number Checker source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "__MSG_showTitle__",
  "description": "__MSG_showSummary__",
  "version": "21.1.12",
  "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.d4e787a5.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://wa2.in/*"
      ],
      "js": [
        "js/content-script.d4e787a5.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "js/cswa.d4e787a5.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"
}