EscalaCRM for WhatsApp Web

EscalaCRM for WhatsApp Web

Extension para Escala CRM

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "EscalaCRM for WhatsApp Web",
  "version": "1.0.9",
  "description": "Extension para Escala CRM",
  "icons": {
    "16": "icons/icon_16.png",
    "24": "icons/icon_24.png",
    "32": "icons/icon_32.png",
    "128": "icons/icon_128.png"
  },
  "action": {
    "default_icon": "icons/icon_16.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "env/environment.js",
        "js/content-script.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "declarativeContent",
    "scripting"
  ],
  "host_permissions": [
    "https://web.whatsapp.com/*",
    "https://*.escala.com/*",
    "https://*.exitoweb.com/*",
    "http://locahost:4200/*"
  ],
  "web_accessible_resources": [],
  "content_security_policy": {
    "script-src": "'self' 'sha256-ESA8D3ZVjvnkxcqSfQ4Y/Ada1vjgPw/MKieMIRzWjBQ='",
    "object-src": "'self'"
  }
}