Sidekick

Sidekick

Bring your sales processes into the SaaS tools you use the most. Everyone needs a Sidekick.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sidekick",
  "description": "Bring your sales processes into the SaaS tools you use the most. Everyone needs a Sidekick.",
  "version": "0.48.1",
  "permissions": [
    "activeTab",
    "declarativeNetRequestWithHostAccess",
    "scripting",
    "sidePanel",
    "storage",
    "contextMenus",
    "unlimitedStorage",
    "webRequest",
    "webNavigation"
  ],
  "action": {
    "default_title": "Open Sidebar"
  },
  "icons": {
    "32": "static/logo-32-dark.png",
    "128": "static/logo-128-dark.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "service.js"
  },
  "content_scripts": [],
  "externally_connectable": {
    "matches": [
      "http://localhost:4000/*",
      "http://local.supered.io:4000/*",
      "https://app.supered.io/*"
    ]
  },
  "side_panel": {
    "default_path": "static/side_panel.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/woff2/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "hubspot_in_page.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "sidebar.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}