Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FINTRX Private Wealth Data - Chrome Access",
"description": "Access FINTRX family office & registered investment advisor data from any webpage directly within your browser.",
"version": "2.8.14",
"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 - Chrome Access",
"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>"
]
}
]
}