Spark Copilot

Spark Copilot

Outreach Copilot

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.0.2",
  "author": "zachzhao",
  "name": "Spark Copilot",
  "description": "Outreach Copilot",
  "background": {
    "service_worker": "background.5fadff2f.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "activeTab",
    "identity"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "extract-linkedin-profile.8ce6772a.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "service.4fdc02d5.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "utils.56c7f88c.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.linkedin.com/*",
        "file://*"
      ],
      "js": [
        "sidebar.c7a2888e.js"
      ],
      "css": [
        "sidebar.c641b8fa.css"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApiVgi3lrjTQALqhHXTVtpKOxzczH9SUUit2H0IxxkwDyfHadpLnRoNDmfbQSYdvBoHr7N1zn+9Jm5eC6tnkzCddum0KOng+g//GERJZKY7XP9nLx0D8JZKXJi3vrFgvCxhapxPDM+MCDLsYRmCOVrD9YL1iQaf1WqWj7NIQZn/awhJAp0LPJjS/TGIN791u9SYwfWzhvKViHMDu+tEnv3uofn1Awnzo5NtMHz5ZAJ+APAUG5MuwyxHUXTctAFz01lXga2rboz6nOW9dKft+XDVIICasOTChG210+ssQlOPkgxe2DCcDfbGudAAo1Z5cLPF5duy4SuZjnEYC8wKL5VQIDAQAB",
  "host_permissions": [
    "https://*/*"
  ],
  "oauth2": {
    "client_id": "451933759141-ik5djkgj4o15u0ca96ltv76vj8o5nltv.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://www.linkedin.com/*",
        "file://*"
      ],
      "resources": [
        "sidebar.3e96fdc0.css"
      ]
    }
  ]
}