PeakU Leads - match only the best

PeakU Leads - match only the best

PeakU - match only with the best leads

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PeakU Leads - match only the best",
  "version": "1.8.3",
  "description": "PeakU - match only with the best leads",
  "manifest_version": 3,
  "author": "Peaku Team",
  "action": {
    "default_icon": "favicon-16x16.png",
    "default_popup": "index.html",
    "default_title": "Finding Job"
  },
  "host_permissions": [
    "https://cdn.jsdelivr.net/npm/[email protected]/dist/*",
    "https://api.peaku.co/*",
    "https://peaku.co/*",
    "https://www.linkedin.com/*",
    "http://localhost:8000/*"
  ],
  "content_security_policy": {
    "extension_pages": "style-src 'self' https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css 'unsafe-inline'; object-src;script-src 'self'; default-src ; connect-src http://api.peaku.co/ http://localhost:8000/ https://www.linkedin.com/ https://o146010.ingest.sentry.io/api/4505920261455872/envelope/;  script-src-elem 'self'; img-src 'self' data: *"
  },
  "permissions": [
    "declarativeContent",
    "storage",
    "downloads"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ]
}