FINTRX Private Wealth Data

FINTRX Private Wealth Data

Access FINTRX family office & registered investment advisor data from any webpage directly within your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "FINTRX Private Wealth Data",
  "description": "Access FINTRX family office & registered investment advisor data from any webpage directly within your browser.",
  "version": "2.7.0",
  "manifest_version": 3,
  "icons": {
    "16": "new-icon.png",
    "32": "new-icon.png",
    "48": "new-icon.png",
    "128": "icon-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "FINTRX Private Wealth Data",
    "default_icon": "new-icon.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "contextMenus",
    "alarms",
    "webRequest"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://platform.fintrx.com/*",
        "https://fintrx-v2-staging.herokuapp.com/*",
        "https://mui.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "*://*.linkedin.com/voyager/api/graphql?variables=*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/*",
        "icons/*",
        "placeholders/*",
        "contentScript.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}