Crystal

Crystal

Communicate with anyone based on their unique personality.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Crystal",
  "description": "Communicate with anyone based on their unique personality.",
  "version": "11.13.0",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "cookies",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "*://*.crystalknows.com/*",
    "*://*.linkedin.com/*",
    "*://*.hubspot.com/*",
    "*://*.salesforce.com/*",
    "*://*.lightning.force.com/*",
    "*://*.outreach.io/*",
    "*://*.outlook.live.com/*",
    "*://*.outlook.office.com/*",
    "*://*.outlook.office365.com/*",
    "*://*.meet.google.com/*",
    "*://*.mail.google.com/*",
    "*://*.google.com/*",
    "*://*.zoom.us/*",
    "*://*.gong.io/*",
    "*://*.salesloft.com/*",
    "*://*.clari.com/*",
    "*://*.microsoftonline.com/*",
    "*://*.microsoft.com/*",
    "*://*.live.com/*"
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "js": [
        "content_linkedin.bundle.js"
      ],
      "css": [
        "src/assets/static/css/noprint.css"
      ]
    },
    {
      "matches": [
        "*://*.hubspot.com/*"
      ],
      "js": [
        "content_hubspot.bundle.js"
      ],
      "css": [
        "src/assets/static/css/noprint.css"
      ]
    },
    {
      "matches": [
        "*://*.linkedin.com/sales/widget/*"
      ],
      "js": [
        "content_sales_navigator_widget.bundle.js"
      ],
      "css": [
        "src/assets/static/css/noprint.css"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://*.lightning.force.com/*",
        "*://*.salesforce.com/*"
      ],
      "js": [
        "content_salesforce.bundle.js"
      ],
      "css": [
        "src/assets/static/css/noprint.css"
      ]
    },
    {
      "matches": [
        "*://*.outreach.io/*"
      ],
      "js": [
        "content_outreach.bundle.js"
      ],
      "css": [
        "src/assets/static/css/noprint.css"
      ]
    },
    {
      "matches": [
        "*://*.mail.google.com/*"
      ],
      "js": [
        "content_gmail.bundle.js"
      ],
      "css": [
        "src/assets/static/css/noprint.css"
      ]
    },
    {
      "matches": [
        "*://*.outlook.live.com/*",
        "*://*.outlook.office.com/*",
        "*://*.outlook.office365.com/*"
      ],
      "js": [
        "content_outlook.bundle.js"
      ],
      "css": [
        "src/assets/static/css/noprint.css"
      ]
    },
    {
      "matches": [
        "*://*.meet.google.com/*"
      ],
      "js": [
        "content_meet.bundle.js"
      ],
      "css": [
        "src/assets/static/css/noprint.css"
      ]
    }
  ],
  "action": {
    "default_title": "Crystal",
    "default_icon": "src/assets/static/icons/badge_48.png"
  },
  "icons": {
    "16": "src/assets/static/icons/badge_16.png",
    "48": "src/assets/static/icons/badge_48.png",
    "128": "src/assets/static/icons/badge_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/assets/*",
        "sidebar.html"
      ],
      "extension_ids": [
        "nmaonghoefpmlfgaknnboiekjhfpmajh"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgag8bm1YKrca47w8WqnUYyQsfPXSzoa2ugFR7LBDyb6kKc8c84kviGaJ2Eo1fmP6H98ycy1bRPxlhkoibgGsOUA414rKKy28ocY5/pvCtPhrmgvRZg8UGGB/Xe3cHNcdUAnnN8+llVQk0YzKmYR5ZRjpOEmUPuSb5MjK9nQFO+cjpq6cGKFYM7XTDGwRFU+s6tbvpbAP4oMyil1TGQOMm62pc2bFp04dayI/k2QmMQCd+kWWdojPLychqqZYsfCLwpmu3h7h7RTJg7Aoe/T5qB05ZTq2hnwIkcLxUqcnO++ai/aGzyFfl6YUyzwR8fgVdPZ720IY1nn29+3V+Uw8lwIDAQAB"
}