Onfire Chrome Extension

Onfire Chrome Extension

Enhance your sales strategy with high-intent signal detection, persona-based filtering, and detailed account insights.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.6",
  "manifest_version": 3,
  "name": "Onfire Chrome Extension",
  "description": "Enhance your sales strategy with high-intent signal detection, persona-based filtering, and detailed account insights.",
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "permissions": [
    "cookies"
  ],
  "host_permissions": [
    "*://*.linkedin.com/*"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/contentScript.tsx-loader-DYK-pR-L.js"
      ],
      "matches": [
        "*://*.linkedin.com/sales/*"
      ],
      "run_at": "document_end",
      "css": [
        "assets/contentScript-1xdy6WuX.css"
      ]
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.linkedin.com/*"
      ],
      "resources": [
        "assets/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "resources": [
        "assets/contentScript.tsx-BnPU3m2o.js"
      ],
      "use_dynamic_url": true
    }
  ]
}