Examine source code of WaListall | O Melhor CRM para WhatsApp Web – Teste Grátis

Inspect and view changes in WaListall | O Melhor CRM para WhatsApp Web – Teste Grátis 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,
  "name": "WaListall | O Melhor CRM para WhatsApp Web – Teste Grátis",
  "version": "7.3.3",
  "description": "WaListall é um CRM para WhatsApp Web. Organize seus chats e otimize seus negócios no WhatsApp Web",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "label/icons/icon.png"
  },
  "icons": {
    "128": "label/icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "content/index.js"
      ],
      "css": [
        "label/css/listall.css",
        "content/assets/css/style.css",
        "content.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "resources": [
        "*.js",
        "*.css",
        "*.png",
        "*.mp3",
        ".ttf",
        "label/*.json",
        "label/*.png"
      ]
    }
  ],
  "permissions": [
    "unlimitedStorage",
    "storage",
    "alarms",
    "tabs"
  ]
}