Examine source code of WhatsCRM Educacional

Inspect and view changes in WhatsCRM Educacional 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "short_name": "WhatsCRM Educacional",
  "name": "WhatsCRM Educacional",
  "version": "6.0.0",
  "content_scripts": [
    {
      "js": [
        "assets/index-abecb336.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "clipboardRead",
    "clipboardWrite"
  ],
  "icons": {
    "16": "/images/16.png",
    "24": "/images/24.png",
    "32": "/images/32.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>",
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "*.jpg",
        "*.png",
        "*.gif",
        "*.ttf",
        "*.js",
        "*.svg"
      ],
      "use_dynamic_url": true
    }
  ]
}