Career Connect

Career Connect

3x your interview rate with personalized AI-crafted emails to company insiders.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg26ailF4TDZQUcuh4zOkqS9cMuQowzDIBQWefnnB59bgK+gu0lEBbFtMqIO1/j1fl3/8C3DY8lOqfy35U2udDUCgsUtyEUuCqW/8lAPimn8SoxJ4n3B9MTmmY5IbJi/Y8JKpDVLA6msvKl3f6y1VdcnZUyOlifE+l49J5dN5wX7MrwbmcOq28bNcUGZPeF0CEJYSjS0dX3v3u0+3WLfdPFf+3DYK6Cn3fKYzXeTca1FQS+GztvtrgFWffd4Qqz/86yV02vYvFx5o374ArKwuWO8ub+gbei71I94C+UD5KQSrPK7MtpwCGv1sprChSwkRVBIWN1ZC33zgcEm1exuA+QIDAQAB",
  "name": "Career Connect",
  "description": "3x your interview rate with personalized AI-crafted emails to company insiders.",
  "version": "3.0.13",
  "permissions": [
    "activeTab",
    "storage",
    "sidePanel"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "16": "images/pathrise_logo_16.png",
    "32": "images/pathrise_logo_32.png",
    "48": "images/pathrise_logo_48.png",
    "128": "images/pathrise_logo_128.png"
  },
  "action": {
    "default_title": "Click to open Career Connect",
    "default_icon": {
      "16": "images/pathrise_logo_16.png",
      "32": "images/pathrise_logo_32.png",
      "48": "images/pathrise_logo_48.png",
      "128": "images/pathrise_logo_128.png"
    }
  },
  "side_panel": {
    "default_path": "app.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "http://localhost:3000/*",
      "https://pathrise.com/*",
      "https://fellows.pathrise.com/*",
      "https://pathrise-app-demo.herokuapp.com/*",
      "https://pathrise-app-staging.herokuapp.com/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js",
        "email-templates-dialog.js"
      ]
    },
    {
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "js": [
        "find-email-buttons.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "fonts/*",
        "images/*"
      ]
    }
  ]
}