Career Copilot: Unlocking Your Brilliance

Career Copilot: Unlocking Your Brilliance

AI-driven career companion that enhances your meetings – providing real-time insights and guidance for a success journey.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.9",
  "name": "Career Copilot: Unlocking Your Brilliance",
  "description": "AI-driven career companion that enhances your meetings – providing real-time insights and guidance for a success journey.",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_icon": {
      "16": "logo.png",
      "48": "logo192.png",
      "128": "logo512.png"
    },
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "icons": {
    "16": "logo.png",
    "48": "logo192.png",
    "128": "logo512.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}