Sphere: AI Agents For Sales Teams

Sphere: AI Agents For Sales Teams

Save sales professionals hundreds of hours by automating manual tasks that take reps away from selling.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sphere: AI Agents For Sales Teams",
  "version": "0.0.1.1",
  "description": "Save sales professionals hundreds of hours by automating manual tasks that take reps away from selling.",
  "action": {
    "default_title": "Popup",
    "default_popup": "index.html",
    "default_icon": "sphere-favicon.png"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "host_permissions": [
    "https://auth.getsphere.com/",
    "https://api.getsphere.com/"
  ],
  "icons": {
    "16": "sphere-favicon.png",
    "48": "sphere-favicon.png",
    "128": "sphere-favicon.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/main.tsx-loader.4571f52a.js"
      ],
      "matches": [
        "*://*.lightning.force.com/*",
        "https://home.getsphere.com/*"
      ],
      "media": [],
      "css": [
        "assets/main.1d44514f.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.lightning.force.com/*",
        "https://home.getsphere.com/*"
      ],
      "resources": [
        "assets/ClipLoader.fd8fbb5d.js",
        "assets/main.tsx.72a66560.js"
      ],
      "use_dynamic_url": true
    }
  ]
}