Prospecta

Prospecta

Engage with your customers and expand your business with the WhatsApp automation tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "3.1.1.5",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "__MSG_author__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "name": "Prospecta",
  "homepage_url": "https://prospectawhats.com",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "64": "images/icon48.png",
    "128": "images/icon128.png",
    "256": "images/icon256.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_name__",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "64": "images/icon48.png",
      "128": "images/icon128.png",
      "256": "images/icon256.png"
    }
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/js/*",
        "/images/*"
      ],
      "matches": [
        "*://*.whatsapp.com/*",
        "*://*.telegram.org/*",
        "*://*.google.com/*",
        "*://prospectawhats.app/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/lamejs.js",
        "js/content.js"
      ],
      "matches": [
        "*://web.whatsapp.com/*",
        "*://*.telegram.org/*",
        "*://*.prospectawhats.app/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "notifications",
    "tabs",
    "identity",
    "identity.email"
  ]
}