Magic by Breakcold - Social Selling CRM

Breakcold is a Social Selling CRM but also a Sales CRM with an easy to use sales pipeline management tool.
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",
  "description": "Breakcold is a Social Selling CRM but also a Sales CRM with an easy to use sales pipeline management tool.",
  "version": "2.0.9",
  "manifest_version": 3,
  "name": "Magic by Breakcold - Social Selling CRM",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "scripting",
    "tabs",
    "cookies"
  ],
  "host_permissions": [
    "*://*.linkedin.com/*",
    "*://linkedin.com/*",
    "*://*.youtube.com/*",
    "*://youtube.com/*",
    "*://*.twitter.com/*",
    "*://*.x.com/*",
    "*://twitter.com/*",
    "*://x.com/*",
    "*://www.instagram.com/*",
    "*://www.facebook.com/*",
    "*://*.breakcold.com/*",
    "*://api.breakcold.com/*",
    "*://breakcold.com/*",
    "*://mail.google.com/*",
    "*://web.whatsapp.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ]
}