SocialCompass Web Fetcher

SocialCompass Web Fetcher

Collect your whatsApp data to be used on SocialCompass

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SocialCompass Web Fetcher",
  "description": "Collect your whatsApp data to be used on SocialCompass",
  "version": "4.6",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "scripting",
    "unlimitedStorage"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "/images/icon16.png",
      "32": "/images/icon32.png",
      "48": "/images/icon48.png",
      "128": "/images/icon128.png"
    }
  },
  "icons": {
    "16": "/images/icon16.png",
    "32": "/images/icon32.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  },
  "content_scripts": [],
  "web_accessible_resources": [
    {
      "resources": [
        "images/icon128.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "https://web.whatsapp.com/",
    "https://www.linkedin.com/*"
  ]
}