Linkboost - Linkedin with AI-powered ChatGPT

Linkboost - Linkedin with AI-powered ChatGPT

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Linkboost - Linkedin with AI-powered Chat GPT",
  "version": "1.0",
  "default_locale": "en",
  "description": "Easily Skyrocket your Linkedin Reach with the Power of AI - ChatGPT",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "icons": {
    "128": "icons/icon128.png"
  },
  "short_name": "LinkBoost",
  "homepage_url": "https://linkboost.co",
  "action": {
    "default_icon": "icons/icon128.png",
    "default_title": "LinkBoost"
  },
  "background": {
    "scripts": [
      "src/bg/background.js"
    ]
  },
  "permissions": [
    "cookies",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "js": [
        "src/contentScript.js"
      ],
      "css": [
        "src/tailwind.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "host_permissions": [
    "*://*.linkedin.com/*",
    "*://app.linkboost.co/*"
  ]
}