Statfluence

Statfluence

Instantly export and save contacts, unknown numbers, and other data from WhatsApp chats and groups

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2.14.7",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "background": {
    "service_worker": "worker.bundle.js"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "*://web.whatsapp.com/*"
  ],
  "offline_enabled": false,
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "js": [
        "content-script.bundle.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.png",
        "*.svg",
        "statfluence-extension-script.bundle.js",
        "_locales/*/i18n.json"
      ],
      "matches": [
        "*://web.whatsapp.com/*"
      ]
    },
    {
      "resources": [
        "icon16.png"
      ],
      "matches": [
        "*://statfluence.com/*"
      ]
    }
  ]
}