Affinity Pathfinder

Affinity Pathfinder

Take relationship intelligence anywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Affinity Pathfinder",
  "version": "2.41.0",
  "description": "Take relationship intelligence anywhere.",
  "background": {
    "service_worker": "dist_ext/background.js"
  },
  "action": {
    "default_icon": {
      "16": "dist_ext/assets/affinity-logo-16.png",
      "32": "dist_ext/assets/affinity-logo-32.png",
      "64": "dist_ext/assets/affinity-logo-64.png",
      "80": "dist_ext/assets/affinity-logo-80.png",
      "128": "dist_ext/assets/affinity-logo-128.png"
    },
    "default_title": "Affinity Pathfinder"
  },
  "icons": {
    "16": "dist_ext/assets/affinity-logo-16.png",
    "32": "dist_ext/assets/affinity-logo-32.png",
    "64": "dist_ext/assets/affinity-logo-64.png",
    "80": "dist_ext/assets/affinity-logo-80.png",
    "128": "dist_ext/assets/affinity-logo-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "dist_ext/gmail.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "http://127.0.0.1/*",
        "http://localhost/*",
        "https://mail.google.com/*",
        "https://*.affinity.vc/*",
        "https://*.affinity.co/*",
        "https://*.google.com/*",
        "https://www.linkedin.com/*"
      ],
      "js": [
        "dist_ext/prospect.js"
      ]
    },
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "dist_ext/linkedin.js"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAopJskML0qyXEzVklFjIwED+WCBM593Zy5HviojrMn9jHJFVYVkzaPQtNwSmZm8Ks2LpCatTx31/rVm4JenPf2Lb4spN6fNF880riQWZR4RAW371u8uFAjyezV6LHUoXHCT3AYyAJ5KgWu9L9729RrMH7nrrykTo9IFDQeAHLh5wjUtbfXPAhMhaIh+RuBlZ9Cq1I74mkczCxZWQ8JVXePx6xKpDnzsmhFzrC7hv2tmRyX6VrTXBAtRrCOp1UdyrkBiAwEW8oyj2QvY3XMP144ZhTQcbu+HJ2hTW4gS92FlcA/lN/KfkL+UZPu3O9ygz3mF3Bg51IZe3Gzk5MzNdt2QIDAQAB",
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dist_ext/*",
        "dist/export/*",
        "pageWorld.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ]
    }
  ]
}