Linkboost - Linkedin with AI-powered Chat GPT

Linkboost - Linkedin with AI-powered Chat GPT

Easily Skyrocket your Linkedin Reach with the Power of AI - ChatGPT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Linkboost - Linkedin with AI-powered Chat GPT",
  "version": "2.7",
  "default_locale": "en",
  "description": "Easily Skyrocket your Linkedin Reach with the Power of AI - ChatGPT",
  "icons": {
    "128": "icons/icon128.png"
  },
  "short_name": "LinkBoost",
  "homepage_url": "https://linkboost.co",
  "action": {
    "default_icon": "icons/icon128.png",
    "default_title": "LinkBoost"
  },
  "background": {
    "service_worker": "src/bg/background.js"
  },
  "permissions": [
    "cookies"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "js": [
        "src/contentScript.js"
      ],
      "css": [
        "src/tailwind.css"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "*://*.linkedin.com/*",
    "*://*.linkboost.co/*"
  ]
}